Skip to content

Commit

Permalink
Refactor Dockerfile paths for improved configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneer-Shafi committed Jan 5, 2025
1 parent 3997b1b commit 8eff506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: demo_php
build:
context: .
dockerfile: ./Dockerfile-php
dockerfile: Dockerfile-php
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
Expand All @@ -24,7 +24,7 @@ services:
container_name: demo_nginx
build:
context: .
dockerfile: ./Dockerfile-nginx
dockerfile: Dockerfile-nginx
volumes:
- ./:/var/www/demo/:cached
ports:
Expand Down

0 comments on commit 8eff506

Please sign in to comment.