fix: typo in Dockerfile

This commit is contained in:
Rekryt 2024-09-16 16:36:45 +03:00
parent ef668971ce
commit 31af62c5a9

View file

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