Skip to content

Commit

Permalink
temporarily remove frontend check
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 15, 2024
1 parent 6eee920 commit ce63d68
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose-dev-ga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ services:
ports:
- 5000:5000

frontend:
build:
context: ./frontend
dockerfile: Dockerfile
volumes:
- "./frontend:/src"
- "/frontend/node_modules"
ports:
- 3000:3000
depends_on:
- backend

nginx:
image: nginx:1.25
container_name: nginx
Expand All @@ -45,7 +33,6 @@ services:
- 80:80
depends_on:
- backend
- frontend

db:
image: mysql:8.3
Expand Down

0 comments on commit ce63d68

Please sign in to comment.