Skip to content

Commit 7e71f82

Browse files
committed
fix docker copy bug
1 parent f6d6cf1 commit 7e71f82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ services:
2020
- "3000:$PORT"
2121
links:
2222
- mongo
23-
volumes:
24-
# This is a bind mount that mounts our application code on the host to the /home/node/app directory on the container.
25-
# Any changes you make to your host code will be populated immediately in the container.
26-
- ./:/home/node/app
2723

2824
mongo:
2925
# To create this service, Compose will pull the mongo

0 commit comments

Comments
 (0)