Skip to content

Commit

Permalink
[feat/#22] 🐛 Fix: Docker Volume Path
Browse files Browse the repository at this point in the history
  • Loading branch information
noooey committed Aug 7, 2023
1 parent 6569973 commit 909dde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build:
docker build -t harmonica-image .
run:
docker run -v $(pwd)/src:/app/src -d -p 8080:3000 --name harmonica-web harmonica-image
docker run -v $(pwd):/app -d -p 8080:3000 --name harmonica-web harmonica-image

0 comments on commit 909dde1

Please sign in to comment.