Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Fix for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Aug 16, 2016
1 parent 4421e59 commit 61cb9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD . $APP_BASE_PATH
WORKDIR $APP_BASE_PATH

# Setup of the configurator
RUN chmod +x app.js && \
RUN chmod +x index.js && \
npm install

CMD ["node", "/opt/service/index.js"]

0 comments on commit 61cb9b4

Please sign in to comment.