Skip to content

Commit

Permalink
chore(just): fix docker mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Sep 13, 2024
1 parent 34f4450 commit fdeafff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ develop-docker:
--user 1000:1000 \
-it \
-w "/build/workspace" \
--mount type=bind,source="$(pwd)",target=/build/work \
--mount type=bind,source="$(pwd)",target=/build/workspace \
{{image}}:dev

## Maintenance
Expand Down

0 comments on commit fdeafff

Please sign in to comment.