diff options
Diffstat (limited to 'compose.local.yaml')
| -rw-r--r-- | compose.local.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.local.yaml b/compose.local.yaml index 0967283..7c06a7b 100644 --- a/compose.local.yaml +++ b/compose.local.yaml @@ -51,7 +51,8 @@ services: worker-php: build: - context: ./worker/php + context: . + dockerfile: worker/php/Dockerfile expose: - 80 env_file: [.env] |
