We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e2a8f commit 847fdfcCopy full SHA for 847fdfc
Makefile
@@ -17,7 +17,7 @@ rebuild:
17
docker build --build-arg TAG=$(TAG) --build-arg VCS_REF=$(shell git rev-parse HEAD) --no-cache --tag cs50/codespace:$(TAG) .
18
19
run:
20
- docker run --interactive --publish 8080:8080 --rm --security-opt seccomp=unconfined --tty --volume $(PWD):/mnt cs50/codespace || true
+ docker run --interactive --publish 8080:8080 --rm --security-opt seccomp=unconfined --tty --volume "$(PWD)":/mnt cs50/codespace || true
21
22
squash: depends
23
docker-squash --tag cs50/codespace:$(TAG) cs50/codespace:$(TAG)
0 commit comments