Update Dockerfile

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

View file

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