Skip to content

Commit

Permalink
fix: Dockerfile name (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
y1guo authored Dec 29, 2023
1 parent 0b33929 commit e0ed4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
backend:
build:
context: .
dockerfile: Dockerfile.dev
dockerfile: Dockerfile
ports:
- "8000:8000"
depends_on:
Expand Down

0 comments on commit e0ed4e0

Please sign in to comment.