Skip to content

Commit

Permalink
fix(docker): missing build context
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Mar 25, 2024
1 parent 421465e commit dd6a51c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
php81:
<<: *services_php74
build:
context: .docker
args:
PHP_VERSION: '8.1'
MEMCACHE_VERSION: '8.0'
Expand All @@ -58,6 +59,7 @@ services:
php82:
<<: *services_php74
build:
context: .docker
args:
PHP_VERSION: '8.2'
MEMCACHE_VERSION: '8.0'
Expand All @@ -66,6 +68,7 @@ services:
php83:
<<: *services_php74
build:
context: .docker
args:
PHP_VERSION: '8.3'
MEMCACHE_VERSION: '8.0'
Expand Down

0 comments on commit dd6a51c

Please sign in to comment.