Skip to content

Commit

Permalink
Merge branch 'improve-docker' into github-workflow-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 14, 2024
2 parents db5dbaa + 1617b49 commit 2db37bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
build:
context: .
dockerfile: Dockerfile
target: dev
command:
- /bin/bash
- "-c"
Expand Down Expand Up @@ -104,6 +105,7 @@ services:
build:
context: .
dockerfile: Dockerfile
target: dev
command: bin/console gearman:worker
environment:
- GEARMAN_HOST=gearman
Expand All @@ -118,6 +120,7 @@ services:
build:
context: .
dockerfile: Dockerfile
target: dev
command: bin/console queue:watch
volumes:
- ./:/app
Expand Down

0 comments on commit 2db37bc

Please sign in to comment.