Commit 71b93fc7 by Girish Ramakrishnan

install only prod deps

1 parent ebd7ed7a
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ ADD src /app/code/src ...@@ -13,7 +13,7 @@ ADD src /app/code/src
ADD app.js /app/code/app.js ADD app.js /app/code/app.js
ADD app /app/code/app ADD app /app/code/app
ADD start.sh /app/code/start.sh ADD start.sh /app/code/start.sh
RUN npm install RUN npm install --production
EXPOSE 3000 EXPOSE 3000
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!