aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c82a944..e1f588c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,8 +13,6 @@ ADD app /app/code/app
13ADD start.sh /app/code/start.sh 13ADD start.sh /app/code/start.sh
14RUN npm install 14RUN npm install
15 15
16RUN npm install -g forever
17
18EXPOSE 3000 16EXPOSE 3000
19 17
20CMD [ "/app/code/start.sh" ] 18CMD [ "/app/code/start.sh" ]