Merge pull request #25 from kejwmen/fix/pass-stability-to-dockerfile

Pass stability from env variable to dockerfile
This commit is contained in:
Kévin Dunglas 2018-06-26 09:11:48 +02:00 committed by GitHub
commit f7a01ec27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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