api-ix commited on
Commit
9298ef5
·
verified ·
1 Parent(s): 2fd3111

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ npm install --omit=dev
54
  # Ensure the app can write wherever it needs
55
  chmod -R 777 /tmp/app
56
 
57
- exec npm start
58
  start.sh
59
  RUN chmod +x /usr/local/bin/start.sh
60
 
 
54
  # Ensure the app can write wherever it needs
55
  chmod -R 777 /tmp/app
56
 
57
+ exec node app
58
  start.sh
59
  RUN chmod +x /usr/local/bin/start.sh
60