Skip to content

Commit

Permalink
Update and rename dockerfile to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavgv authored Oct 1, 2020
1 parent 99051b7 commit 15f27c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ WORKDIR /app
ADD ./* /app/

# Rename config & install modeule
RUN cp /app/config-example.json /app/config.json \
&& npm install
RUN cp /app/config-example.json /app/config.json

CMD [ "node", "/app/index.js" ]
RUN npm install

CMD [ "node", "/app/index.js" ]

0 comments on commit 15f27c8

Please sign in to comment.