Skip to content

Commit

Permalink
fix(docker): revert CMD (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik authored Mar 13, 2021
1 parent 6227b8d commit 8094534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/statutory/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN npm install -g [email protected]
RUN npm cache clean --force
RUN npm install

CMD ["sh", "-c", "/usr/app/scripts/bootstrap.sh && nodemon -e 'js,json' lib/run.js"]
CMD sh /usr/app/scripts/bootstrap.sh && nodemon -e "js,json" lib/run.js

EXPOSE 8084

0 comments on commit 8094534

Please sign in to comment.