We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511a615 commit b27a045Copy full SHA for b27a045
app/Dockerfile
@@ -14,7 +14,7 @@ COPY app/composer.* ./
14
COPY app/data ./data
15
COPY app/.env ./.env
16
COPY app/config ./config
17
-COPY app/public/index.php ./public/
+COPY app/public ./public/
18
COPY app/src ./src
19
COPY app/templates ./templates
20
COPY src ./../src
0 commit comments