We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a016a commit 08cba38Copy full SHA for 08cba38
Dockerfile
@@ -36,8 +36,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
36
RUN composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative --no-interaction
37
38
# Allow to use development versions of Symfony
39
-ARG STABILITY=stable
40
-ENV STABILITY ${STABILITY}
+ENV STABILITY ${STABILITY:-stable}
41
42
# Allow to select skeleton version
43
ARG SYMFONY_VERSION=""
0 commit comments