mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2025-01-02 11:20:05 +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
|
USER 1000
|
||||||
|
|
||||||
ENTRYPOINT ["/runner/bin/runner", "/runner/local.config.json"]
|
ENTRYPOINT ["/runner/bin/runner", "/runner/config.json"]
|
||||||
|
|
||||||
ADD ./build/distributions/runner.tar /
|
ADD ./build/distributions/runner.tar /
|
||||||
ADD ./local.config.json /runner/
|
|
||||||
|
@ -7,4 +7,4 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/:/data/"
|
- "./data/:/data/"
|
||||||
- "./config.json:/config.json:ro"
|
- "./config.json:/runner/config.json:ro"
|
||||||
|
Loading…
Reference in New Issue
Block a user