fix: allow writing of backup to /var/backups
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-07-31 11:44:56 +02:00
parent 8b6993a07c
commit 4901d48650
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -36,6 +36,8 @@ RUN chmod +x /entryPoint.sh
ENV LD_LIBRARY_PATH /usr/local/share/perl5/site_perl/auto/Amanda/Debug/ ENV LD_LIBRARY_PATH /usr/local/share/perl5/site_perl/auto/Amanda/Debug/
RUN chown -R backup:backup /var/backups
USER backup USER backup
ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"] ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"]