Skip to content

Commit

Permalink
Simplify the docker compose build config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jul 16, 2024
1 parent afa61d0 commit 5fab0cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ services:
- .env

frontend:
build:
context: .
dockerfile: Dockerfile
build: .
depends_on:
- backend
volumes:
Expand Down

0 comments on commit 5fab0cc

Please sign in to comment.