mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
19.22.2021 05980242524ab99cd2a94db06e7ace442c4aeea9
Dockerfile: old comments removed.
1 files modified
3 ■■■■■ changed files
borgbutler-docker/app/Dockerfile 3 ●●●●● patch | view | raw | blame | history
borgbutler-docker/app/Dockerfile
@@ -24,9 +24,6 @@
COPY --chown=borgbutler:borgbutler entrypoint.sh /app
RUN chmod 755 /app/entrypoint.sh
# Variable expansion doesn't work for ENTRYPOINT definition as array, but array is required, because graceful shutdown of
# container isn't given if java is started via 'sh -c' as it will be done by ENTRYPOINT java .....
# Java options are modifiable by user through own ENTRYPOINT definition on docker run or in docker-compose.yml.
ENTRYPOINT ["/app/entrypoint.sh"]
MAINTAINER Micromata