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

Kai Reinhard
19.04.2021 f5b3310103ea177182c0eb1d29065b44dd228de0
borgbutler-docker/app/Dockerfile
@@ -23,8 +23,6 @@
COPY --chown=borgbutler:borgbutler entrypoint.sh /app
RUN chmod 755 /app/entrypoint.sh
#COPY shutdown.sh /app
#COPY startup.sh /app
# 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 .....