Update Dockerfile..

This commit is contained in:
yojoshb 2024-04-11 02:33:21 -05:00 committed by GitHub
parent 4b69584ba2
commit 5aa24f8b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,8 @@ RUN install_packages openjdk-11-jre-headless wget curl grep \
STOPSIGNAL SIGTERM
COPY run_bot.sh /config/run_bot.sh
RUN chmod 700 /config/run_bot.sh
COPY ./run_bot.sh /config/
RUN chmod +x /config/run_bot.sh
WORKDIR /config
VOLUME /config