Skip to content

Commit 27feb99

Browse files
committed
Update Docker volume mount in Makefile and use bash instead of sh in exec command
1 parent 8fe5936 commit 27feb99

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
@@ -47,4 +47,4 @@ exec:
4747
docker run -it --rm \
4848
-e NODE_ENV=development \
4949
-v $(CURDIR):/data \
50-
$(IMGNAME) sh
50+
$(IMGNAME) bash

0 commit comments

Comments
 (0)