Skip to content

Commit 5fab0cc

Browse files
committed
Simplify the docker compose build config
1 parent afa61d0 commit 5fab0cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ services:
4242
- .env
4343

4444
frontend:
45-
build:
46-
context: .
47-
dockerfile: Dockerfile
45+
build: .
4846
depends_on:
4947
- backend
5048
volumes:

0 commit comments

Comments
 (0)