You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/09 11:10:22 UTC

[GitHub] [incubator-superset] bocharoviliyav commented on issue #9467: Superset fails Docker build using "Start with Docker" installation instructions on home page

bocharoviliyav commented on issue #9467: Superset fails Docker build using "Start with Docker" installation instructions on home page
URL: https://github.com/apache/incubator-superset/issues/9467#issuecomment-611471145
 
 
   To solve this problem on my Windows 10 Pro 1909 machine i'm change Dockerfile
   from:
   ```
   RUN /frontend-mem-nag.sh && cd /app/superset-frontend && npm install
   ```
   to:
   ```
   # /frontend-mem-nag.sh
   RUN cd /app/superset-frontend && npm install
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org