1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

refactored again

This commit is contained in:
niiwiicamo 2024-10-24 13:22:01 +02:00
parent 2820892ef1
commit 744cdf22e8
5 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
FROM serversideup/php:8.3-fpm-nginx-alpine
USER root
COPY --chown=root:root auth-hook.sh /hooks/auth-hook.sh
COPY --chown=root:root data/hooks/ /data/hooks
VOLUME [ "/hooks" ]
RUN mkdir -p /var/www/html/public/src &&\
install-php-extensions soap

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
foreground { echo "copying hooks to volume /hooks for use by certbot..." }
cp /data/hooks/* /hooks/