Skip to content

Commit

Permalink
Fixes docker context path. (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Aug 1, 2023
1 parent 926f6d5 commit ba06f75
Showing 1 changed file with 1 addition and 1 deletion.
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:
# Pro-tip: point this to a relative directory containing the Dispatch
# project root to pick up changes from your dev environment
# (e.g., ../dispatch-root)
context: https://github.com/Netflix/dispatch.git#latest
context: https://github.com/Netflix/dispatch.git#latest:docker
web:
<<: *restart_policy
image: dispatch-local
Expand Down

0 comments on commit ba06f75

Please sign in to comment.