Skip to content

Commit

Permalink
🔨 Fix the Docker Compose file
Browse files Browse the repository at this point in the history
The issue was fixed by ChatGPT
  • Loading branch information
aerabi committed Jan 19, 2023
1 parent 5ad1104 commit 3534212
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
frontend:
build:
context: "./frontend/events"
dockerfile: "./Dockerfile"
context: "./frontend/events"
dockerfile: "./Dockerfile"
networks:
- events_net
backend:
Expand All @@ -28,7 +28,6 @@ services:
- 80:80
networks:
- events_net


networks:
events_net:

networks:
events_net:

0 comments on commit 3534212

Please sign in to comment.