Merge pull request #25 from kejwmen/fix/pass-stability-to-dockerfile
Pass stability from env variable to dockerfile
This commit is contained in:
commit
f7a01ec27d
@ -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