Skip to content

Commit

Permalink
use frankenphp dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed Jul 30, 2024
1 parent 619ff0b commit cb8092f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-common-queue-settings: &common-queue-settings
restart: always
build:
context: .
dockerfile: development.Dockerfile
dockerfile: franken.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
command:
Expand All @@ -28,7 +28,7 @@ services:
container_name: php${APP_CONTAINER_NAME}
build:
context: .
dockerfile: development.Dockerfile
dockerfile: franken.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
restart: always
build:
context: .
dockerfile: development.Dockerfile
dockerfile: franken.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
command:
Expand Down

0 comments on commit cb8092f

Please sign in to comment.