mistercrunch commented on code in PR #30752: URL: https://github.com/apache/superset/pull/30752#discussion_r1839011580
########## docker/nginx/nginx.conf: ########## @@ -112,6 +112,12 @@ http { proxy_set_header Host $host; } + location /static { + alias /app/superset-frontend/src; Review Comment: Mmmmh, confused to see this as it seems to me the build directory for webpacked assets is `./superset/static/assets` https://github.com/apache/superset/blob/master/superset-frontend/webpack.config.js#L43 `superset-frontend/src` contains some of the source code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org