Skip to content

Commit

Permalink
[bug] docker-compose: fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jul 2, 2023
1 parent 38a8a43 commit f03ef32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
stop_signal: SIGKILL # won't respond to anything else
build:
dockerfile: ./Dockerfile
context: "."
volumes:
- "./local:/stampydata"
environment:
Expand Down

0 comments on commit f03ef32

Please sign in to comment.