Skip to content

Commit 847fdfc

Browse files
committed
fixed PWD
1 parent 67e2a8f commit 847fdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rebuild:
1717
docker build --build-arg TAG=$(TAG) --build-arg VCS_REF=$(shell git rev-parse HEAD) --no-cache --tag cs50/codespace:$(TAG) .
1818

1919
run:
20-
docker run --interactive --publish 8080:8080 --rm --security-opt seccomp=unconfined --tty --volume $(PWD):/mnt cs50/codespace || true
20+
docker run --interactive --publish 8080:8080 --rm --security-opt seccomp=unconfined --tty --volume "$(PWD)":/mnt cs50/codespace || true
2121

2222
squash: depends
2323
docker-squash --tag cs50/codespace:$(TAG) cs50/codespace:$(TAG)

0 commit comments

Comments
 (0)