Skip to content

Commit dd6a51c

Browse files
committed
fix(docker): missing build context
1 parent 421465e commit dd6a51c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ services:
5050
php81:
5151
<<: *services_php74
5252
build:
53+
context: .docker
5354
args:
5455
PHP_VERSION: '8.1'
5556
MEMCACHE_VERSION: '8.0'
@@ -58,6 +59,7 @@ services:
5859
php82:
5960
<<: *services_php74
6061
build:
62+
context: .docker
6163
args:
6264
PHP_VERSION: '8.2'
6365
MEMCACHE_VERSION: '8.0'
@@ -66,6 +68,7 @@ services:
6668
php83:
6769
<<: *services_php74
6870
build:
71+
context: .docker
6972
args:
7073
PHP_VERSION: '8.3'
7174
MEMCACHE_VERSION: '8.0'

0 commit comments

Comments
 (0)