Skip to content

Commit b27a045

Browse files
committed
Copy all public files
1 parent 511a615 commit b27a045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY app/composer.* ./
1414
COPY app/data ./data
1515
COPY app/.env ./.env
1616
COPY app/config ./config
17-
COPY app/public/index.php ./public/
17+
COPY app/public ./public/
1818
COPY app/src ./src
1919
COPY app/templates ./templates
2020
COPY src ./../src

0 commit comments

Comments
 (0)