Skip to content

Commit

Permalink
Fix copying
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 17, 2024
1 parent c7e630e commit 3f17336
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 @@ -139,7 +139,7 @@ RUN echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.

COPY --from=composer /usr/bin/composer /usr/bin/composer

COPY composer.json /var/www/html/composer.local.json
COPY ./composer.json /var/www/html/composer.local.json

RUN set -eux; \
chown -R www-data:www-data /var/www; \
Expand Down

0 comments on commit 3f17336

Please sign in to comment.