Skip to content

Commit

Permalink
restore composer.lock for better performance built
Browse files Browse the repository at this point in the history
  • Loading branch information
arti0090 committed May 19, 2021
1 parent 49976be commit 45b276f
Show file tree
Hide file tree
Showing 2 changed files with 17,638 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ WORKDIR /srv/sylius
ARG APP_ENV=prod

# prevent the reinstallation of vendors at every changes in the source code
COPY composer.json symfony.lock ./
COPY composer.json composer.lock symfony.lock ./
RUN set -eux; \
composer install --prefer-dist --no-autoloader --no-scripts --no-progress; \
composer clear-cache
Expand Down
Loading

0 comments on commit 45b276f

Please sign in to comment.