Skip to content

Commit

Permalink
Adjusted volumes to deal with issues with Docker running on a case-in…
Browse files Browse the repository at this point in the history
…sensitive filesystem (MS is dumb). ./tmp/cache was having issues with sprocket
  • Loading branch information
ryanrolds committed Jan 24, 2020
1 parent 01d99b0 commit 8ed7b52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yaml
Expand Up @@ -27,7 +27,12 @@ services:
ports:
- "3000:3000"
volumes:
- .:/suyc
- ./app:/suyc/app
- ./config:/suyc/config
- ./data:/suyc/data
- ./lib:/suyc/lib
- ./log:/suyc/log
- ./public:/suyc/public
notebooks:
build:
context: ./notebooks
Expand Down

0 comments on commit 8ed7b52

Please sign in to comment.