mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-04 23:33:49 +00:00
update dockerfile and docker-compose
This commit is contained in:
parent
8cbb87178c
commit
d483219608
@ -2,7 +2,6 @@ FROM adoptopenjdk/openjdk11
|
||||
|
||||
USER 1000
|
||||
|
||||
ENTRYPOINT ["/runner/bin/runner", "/runner/local.config.json"]
|
||||
ENTRYPOINT ["/runner/bin/runner", "/runner/config.json"]
|
||||
|
||||
ADD ./build/distributions/runner.tar /
|
||||
ADD ./local.config.json /runner/
|
||||
|
@ -7,4 +7,4 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./data/:/data/"
|
||||
- "./config.json:/config.json:ro"
|
||||
- "./config.json:/runner/config.json:ro"
|
||||
|
Loading…
Reference in New Issue
Block a user