feat: add public directory and favicons

This commit is contained in:
Rekryt
2024-09-01 18:06:50 +03:00
parent d5a043f64a
commit 135c89e446
32 changed files with 75 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ RUN apt-get clean
COPY ./src/ /app/src/
COPY ./config/ /app/config/
COPY ./storage/ /app/storage/
COPY ./public/ /app/storage/
COPY ./composer.json /app/
COPY ./index.php /app/