jbilcke-hf HF staff commited on
Commit
31f8aca
·
1 Parent(s): 7aeb2a5
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -36,5 +36,6 @@ COPY --chown=user . $HOME/app
36
 
37
  EXPOSE 7860
38
 
39
- # CMD [ "xvfb-run", "-s", "-ac -screen 0 1920x1080x24", "npm", "run", "start" ]
40
- CMD [ "npm", "run", "start" ]
 
 
36
 
37
  EXPOSE 7860
38
 
39
+ # TODO: we should use another docker image maybe
40
+ CMD [ "xvfb-run", "-s", "-ac -screen 0 1920x1080x24", "npm", "run", "start" ]
41
+ # CMD [ "npm", "run", "start" ]