We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82c7d7 commit 5366e7bCopy full SHA for 5366e7b
Dockerfile
@@ -16,4 +16,6 @@ COPY composer.lock composer.json /var/www/
16
17
RUN cd /var/www && composer install
18
19
-COPY src templates html /var/www/
+COPY src /var/www/src
20
+COPY html /var/www/html
21
+COPY templates /var/www/templates
0 commit comments