Pass stability from env variable
This commit is contained in:
parent
34f3d704f3
commit
08228525eb
@ -6,7 +6,7 @@ services:
|
||||
context: .
|
||||
args:
|
||||
SYMFONY_VERSION: ${SYMFONY_VERSION}
|
||||
STABILITY: stable
|
||||
STABILITY: ${STABILITY}
|
||||
volumes:
|
||||
# Comment out the next line in production
|
||||
- ./:/srv/app:rw
|
||||
|
Loading…
x
Reference in New Issue
Block a user