Skip to content

Commit

Permalink
Add more then 2 storages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Galushko committed Mar 30, 2024
1 parent 00c1b62 commit c8e5cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dockerfiles/Dockerfile-torrent
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit c8e5cf5

Please sign in to comment.