update dockerfile and docker-compose

This commit is contained in:
InsanusMokrassar 2023-05-11 01:42:38 +06:00
parent 8cbb87178c
commit d483219608
2 changed files with 2 additions and 3 deletions

View File

@ -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/

View File

@ -7,4 +7,4 @@ services:
restart: unless-stopped
volumes:
- "./data/:/data/"
- "./config.json:/config.json:ro"
- "./config.json:/runner/config.json:ro"