Skip to content

Commit

Permalink
[Project] Add Volume to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Oct 11, 2016
1 parent 7398fe1 commit 6497b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
* Add ESLint support (Extends Airbnb standard)
* Add Tests and code coverage (Backend)
* Add Coveralls report with Travis-CI
* Add VOLUME in Dockerfile
## Bug
* Fix forgotten dependency
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ EXPOSE 2000

WORKDIR $WORKING_DIR

VOLUME $WORKING_DIR"/upload-logs/"
VOLUME $WORKING_DIR"/app-crash-logs/"

ENTRYPOINT ["node", "index.js"]

0 comments on commit 6497b13

Please sign in to comment.