Skip to content

Commit

Permalink
Merge pull request #3 from dweam-team/fix-frontend-container
Browse files Browse the repository at this point in the history
docker-compose: Don't mount dweam_web in frontend
  • Loading branch information
irgolic authored Jan 3, 2025
2 parents 1798f14 + ae846c7 commit 03556be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ services:
image: dweam_frontend:local
ports:
- "127.0.0.1:4321:4321"
volumes:
- ./dweam_web:/app
# - /app/node_modules
# volumes:
# - ./dweam_web:/app
# - /app/node_modules
environment:
- INTERNAL_BACKEND_URL=http://backend:8080
# command: npm run dev --host 0.0.0.0
Expand Down

0 comments on commit 03556be

Please sign in to comment.