diff --git a/Dockerfile b/Dockerfile index 354960e..3874211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/