Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Aug 29, 2022
1 parent b036606 commit 1b818a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN wget https://getcomposer.org/download/1.6.4/composer.phar \
RUN a2enmod rewrite
RUN a2enmod headers

COPY ./composer.lock ./composer.json /webroot/
COPY ./composer.json /webroot/
RUN php /usr/bin/composer install --prefer-dist --no-autoloader --no-scripts --no-dev

COPY ./ /webroot
Expand Down

0 comments on commit 1b818a6

Please sign in to comment.