Mediocreatmybest commited on
Commit
f5fea3b
1 Parent(s): 79cb178

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -77,7 +77,7 @@ EXPOSE 5001
77
  #CMD ["python3", "-m", "http.server", "3000"]
78
  COPY start.sh .
79
  RUN chmod +x start.sh
80
- RUN yarn build
81
  CMD /bin/bash start.sh
82
  #HEALTHCHECK CMD wget -q -O /dev/null http://localhost:5001 || exit 1
83
  #CMD ["yarn", "start:production"]
 
77
  #CMD ["python3", "-m", "http.server", "3000"]
78
  COPY start.sh .
79
  RUN chmod +x start.sh
80
+ #RUN yarn build
81
  CMD /bin/bash start.sh
82
  #HEALTHCHECK CMD wget -q -O /dev/null http://localhost:5001 || exit 1
83
  #CMD ["yarn", "start:production"]