Skip to content

Commit

Permalink
fix(docker-compose): image location
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamad-liyaghi committed Aug 3, 2024
1 parent 4a12585 commit 0fa8c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ services:
restart: on-failure
command: sh ./docker/scripts/backend.sh
container_name: food-anywhere-backend
build:
context: .
dockerfile: ./docker/Dockerfile
ports:
- "8000:8000"
volumes:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
extends:
service: backend
file: docker-compose.base.yaml
build:
context: .
dockerfile: ./docker/Dockerfile
env_file:
- envs/.env.local
environment:
Expand Down

0 comments on commit 0fa8c30

Please sign in to comment.