|
|
|
@ -90,7 +90,7 @@ COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile |
|
|
|
# prevent the reinstallation of vendors at every changes in the source code |
|
|
|
# prevent the reinstallation of vendors at every changes in the source code |
|
|
|
COPY --link composer.* symfony.* ./ |
|
|
|
COPY --link composer.* symfony.* ./ |
|
|
|
RUN set -eux; \ |
|
|
|
RUN set -eux; \ |
|
|
|
composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress |
|
|
|
composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-progress |
|
|
|
|
|
|
|
|
|
|
|
# copy sources |
|
|
|
# copy sources |
|
|
|
COPY --link . ./ |
|
|
|
COPY --link . ./ |
|
|
|
|