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: .
|
context: .
|
||||||
args:
|
args:
|
||||||
SYMFONY_VERSION: ${SYMFONY_VERSION}
|
SYMFONY_VERSION: ${SYMFONY_VERSION}
|
||||||
STABILITY: stable
|
STABILITY: ${STABILITY}
|
||||||
volumes:
|
volumes:
|
||||||
# Comment out the next line in production
|
# Comment out the next line in production
|
||||||
- ./:/srv/app:rw
|
- ./:/srv/app:rw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user