Update Dockerfile
This commit is contained in:
parent
4099829233
commit
4b69584ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ RUN install_packages openjdk-11-jre-headless wget curl grep \
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
||||||
COPY run_bot.sh /config/run_bot.sh
|
COPY run_bot.sh /config/run_bot.sh
|
||||||
RUN chmod +x /config/run_bot.sh
|
RUN chmod 700 /config/run_bot.sh
|
||||||
|
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue