Update Dockerfile
Browse files- 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
|
| 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 |
|