Skip to content

Commit

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

- "8080:8080"

frontend:
depends_on:
- backend
Expand Down

0 comments on commit a82a7c6

Please sign in to comment.