Update Dockerfile..
This commit is contained in:
parent
4b69584ba2
commit
5aa24f8b59
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue