Mediocreatmybest commited on
Commit
f803e94
1 Parent(s): 4bf6a3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,4 +50,4 @@ USER root
50
  #RUN npm install pm2 -g
51
 
52
  RUN chmod +x start.sh
53
- CMD ["/bin/bash" "/opt/node_app/excalidraw/start.sh"]
 
50
  #RUN npm install pm2 -g
51
 
52
  RUN chmod +x start.sh
53
+ CMD ["/bin/bash", "/opt/node_app/excalidraw/start.sh"]