Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Changed docker compose file in wrong repository
  • Loading branch information
EliasKnudsen authored and GitHub committed Aug 21, 2024
1 parent a82a7c6 commit 22e2a49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ services:
dockerfile: Dockerfile-backend
image: backend:outreach
ports:
- "8080:8080"

- "1337:1337"
environment:
- NODE_ENV=production

frontend:
depends_on:
- backend
Expand Down

0 comments on commit 22e2a49

Please sign in to comment.