dpgaspar commented on a change in pull request #9114: fix Dockerfile for 
frontend builds
URL: 
https://github.com/apache/incubator-superset/pull/9114#discussion_r378113798
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -81,6 +82,7 @@ RUN useradd --user-group --no-create-home --no-log-init 
--shell /bin/bash supers
 COPY --from=superset-py /usr/local/lib/python3.6/site-packages/ 
/usr/local/lib/python3.6/site-packages/
 # Copying site-packages doesn't move the CLIs, so let's copy them one by one
 COPY --from=superset-py /usr/local/bin/gunicorn /usr/local/bin/celery 
/usr/local/bin/flask /usr/bin/
+COPY --from=superset-node /app/superset/static/assets 
/app/superset/static/assets
 
 Review comment:
   Have not tested it yet, but seems like this should be: 
   `COPY --from=superset-node /app/superset/assets /app/superset/static/assets`

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to