Skip to content

Commit 8dc1231

Browse files
Absolute path for mount point
1 parent ee513d0 commit 8dc1231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
volumes:
8282
# https://stackoverflow.com/a/32785014
8383
- ./frontend:/app
84-
- ./app/node_modules
84+
- /app/node_modules
8585
build:
8686
context: ./frontend
8787
target: run-dev

0 commit comments

Comments
 (0)