Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrama committed Oct 26, 2024
1 parent a82c7d7 commit 5366e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ COPY composer.lock composer.json /var/www/

RUN cd /var/www && composer install

COPY src templates html /var/www/
COPY src /var/www/src
COPY html /var/www/html
COPY templates /var/www/templates

0 comments on commit 5366e7b

Please sign in to comment.