Browse Source

Fix prod

imwald
Nuša Pukšič 3 months ago
parent
commit
aade5dffb1
  1. 2
      Dockerfile

2
Dockerfile

@ -90,7 +90,7 @@ COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile @@ -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
COPY --link composer.* symfony.* ./
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 --link . ./

Loading…
Cancel
Save