Skip to content

Commit

Permalink
fix: remove debug project dir mount, add empty data/reports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 23, 2024
1 parent 181f6ae commit f938f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
`data` directory is mounted to the container. It contains the data files for the project

1 change: 1 addition & 0 deletions data/reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`data/reports` directory is mounted to the container. It contains the report files
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
ports:
- ${SERVER_PORT}:${SERVER_PORT}
volumes:
- .:/app
# - .:/app # for debug, you must run npm install for it
- ./data:/app/data
- ./data/reports:/app/data/reports
# - ./data/db-docker.json:/app/data/db.json
Expand Down

0 comments on commit f938f9e

Please sign in to comment.