Skip to content

Commit 03556be

Browse files
authored
Merge pull request #3 from dweam-team/fix-frontend-container
docker-compose: Don't mount dweam_web in frontend
2 parents 1798f14 + ae846c7 commit 03556be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
image: dweam_frontend:local
1010
ports:
1111
- "127.0.0.1:4321:4321"
12-
volumes:
13-
- ./dweam_web:/app
14-
# - /app/node_modules
12+
# volumes:
13+
# - ./dweam_web:/app
14+
# - /app/node_modules
1515
environment:
1616
- INTERNAL_BACKEND_URL=http://backend:8080
1717
# command: npm run dev --host 0.0.0.0

0 commit comments

Comments
 (0)