From c8e5cf5b98537b7453fd1395a54b154c744cf2cd Mon Sep 17 00:00:00 2001 From: Dmytro Galushko Date: Sat, 30 Mar 2024 18:37:45 +0200 Subject: [PATCH] Add more then 2 storages --- config/dockerfiles/Dockerfile-torrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dockerfiles/Dockerfile-torrent b/config/dockerfiles/Dockerfile-torrent index fad30c4..24c5f88 100644 --- a/config/dockerfiles/Dockerfile-torrent +++ b/config/dockerfiles/Dockerfile-torrent @@ -5,5 +5,5 @@ COPY torrent-*.jar /home/app/app.jar COPY ./src/main/resources/log_properties /home/app COPY ./src/main/resources/scripts /home/app COPY ./src/main/resources/config /home/app -RUN chmod +X /home/app/*.sh +RUN chmod 777 /home/app/*.sh && chmod +X /home/app/*.sh ENTRYPOINT ["sh", "/home/app/run.sh"] \ No newline at end of file