mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 08:59:34 +03:00
fix: typo in Dockerfile
This commit is contained in:
@@ -33,7 +33,7 @@ RUN apt-get clean
|
|||||||
COPY ./src/ /app/src/
|
COPY ./src/ /app/src/
|
||||||
COPY ./config/ /app/config/
|
COPY ./config/ /app/config/
|
||||||
COPY ./storage/ /app/storage/
|
COPY ./storage/ /app/storage/
|
||||||
COPY ./public/ /app/storage/
|
COPY ./public/ /app/public/
|
||||||
COPY ./composer.json /app/
|
COPY ./composer.json /app/
|
||||||
COPY ./index.php /app/
|
COPY ./index.php /app/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user