fix: ensure bin/console is always executable (#100)
This commit is contained in:
parent
0727ddf2bc
commit
6cbb384d8b
@ -92,7 +92,8 @@ RUN set -eux; \
|
||||
composer install --prefer-dist --no-dev --no-progress --no-scripts --no-interaction; \
|
||||
composer dump-autoload --classmap-authoritative --no-dev; \
|
||||
composer symfony:dump-env prod; \
|
||||
composer run-script --no-dev post-install-cmd; sync
|
||||
composer run-script --no-dev post-install-cmd; \
|
||||
chmod +x bin/console; sync
|
||||
VOLUME /srv/app/var
|
||||
|
||||
COPY docker/php/docker-healthcheck.sh /usr/local/bin/docker-healthcheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user