Skip to content

Commit 8098412

Browse files
xiu-csderuyter92
andauthored
Update Makefile
Co-authored-by: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com>
1 parent 478abcd commit 8098412

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
@@ -31,7 +31,7 @@ CONTAINER_NAME := fmpose3d_dev1
3131
HOST_SRC := $(shell pwd)
3232
DOCKER_SRC := /fmpose3d
3333
VOLUMES := \
34-
--volume $(HOST_SRC):$(DOCKER_SRC)
34+
--volume "$(HOST_SRC):$(DOCKER_SRC)"
3535

3636

3737
run:

0 commit comments

Comments
 (0)