Skip to content

Commit 30562f0

Browse files
committed
Simplify the docker compose build config
1 parent 30e712f commit 30562f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ services:
2121
- "127.0.0.1:6379:6379"
2222

2323
backend:
24-
build:
25-
context: .
26-
dockerfile: Dockerfile
24+
build: .
2725
command: ["uvicorn", "--reload", "--host", "0.0.0.0", "backend:app"]
2826
ports:
2927
- "127.0.0.1:8000:8000"

0 commit comments

Comments
 (0)