Skip to content

Commit f7a01ec

Browse files
authored
Merge pull request #25 from kejwmen/fix/pass-stability-to-dockerfile
Pass stability from env variable to dockerfile
2 parents 34f3d70 + 0822852 commit f7a01ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
args:
88
SYMFONY_VERSION: ${SYMFONY_VERSION}
9-
STABILITY: stable
9+
STABILITY: ${STABILITY}
1010
volumes:
1111
# Comment out the next line in production
1212
- ./:/srv/app:rw

0 commit comments

Comments
 (0)