felixsilberstein commented on issue #12440: URL: https://github.com/apache/superset/issues/12440#issuecomment-804433650
I'm still receiving the same page, I further looked at the Dockerfile following the command that copies the static assets: ``` COPY --from=superset-node /app/superset/static/assets /app/superset/static/assets ``` from: https://github.com/apache/superset/blob/latest/Dockerfile#L96 and checked files in both the app and the node instances, and they are empty: superset_app ``` docker exec -it superset_app bash root@f21b121a53a8:/app# ls -la superset/static/ total 0 drwxr-xr-x 3 root root 96 Mar 22 20:49 . drwxr-xr-x 51 root root 1632 Mar 22 21:50 .. -rw-r--r-- 1 root root 0 Mar 22 20:49 .gitkeep root@f21b121a53a8:/app# ``` and superset_node ``` docker exec -it superset_node bash root@b1bf49b939ff:/# ls -la app/superset/static/ total 0 drwxr-xr-x 3 root root 96 Mar 22 20:49 . drwxr-xr-x 51 root root 1632 Mar 22 21:50 .. -rw-r--r-- 1 root root 0 Mar 22 20:49 .gitkeep root@b1bf49b939ff:/# ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
