1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-12 06:55:43 +02:00

revert s6 init changes, just copy the auth hook into volume

This commit is contained in:
niiwiicamo 2024-10-24 09:50:28 +02:00
parent 0395e8a3b9
commit 9038fa5584
4 changed files with 2 additions and 5 deletions

View file

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