Skip to content

Commit

Permalink
Merge pull request #153 from w1shmast0ur/bugfix/docker-compose
Browse files Browse the repository at this point in the history
fix the frontend deployment with docker-compose
  • Loading branch information
galbwe authored Oct 7, 2021
2 parents b34d60f + c52e50f commit 7131fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- API_HOST=http://localhost:8000
- [email protected]
- API_PASSWORD=password
volumes: ["./frontend:/app"]
volumes: ["./frontend/src:/app/src"]
ports:
- "1234:1234"
- "1235:1235"

0 comments on commit 7131fd9

Please sign in to comment.