Browse Source

Fix prod

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

2
Dockerfile

@ -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-progress composer install --no-cache --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress
# copy sources # copy sources
COPY --link . ./ COPY --link . ./

Loading…
Cancel
Save