From 31af62c5a98b0da5de3fc1191f1297c2bb4601bc Mon Sep 17 00:00:00 2001 From: Rekryt Date: Mon, 16 Sep 2024 16:36:45 +0300 Subject: [PATCH] fix: typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/