Skip to content

Commit

Permalink
fix docker-compose.dev.yml volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Jul 9, 2021
1 parent 7f5fa3b commit 70f3445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
math:
command: clojure -X:dev-poller
volumes:
- "./server:/app"
- "./math:/app"
ports:
- 18975:18975
environment:
Expand Down
2 changes: 1 addition & 1 deletion math/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM clojure:tools-deps

WORKDIR /build
WORKDIR /app
COPY . .

# Install clojure and fetch dependencies
Expand Down

0 comments on commit 70f3445

Please sign in to comment.