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

changed order

This commit is contained in:
niiwiicamo 2024-10-24 10:20:45 +02:00
parent 9038fa5584
commit 2820892ef1

View file

@ -1,7 +1,7 @@
FROM serversideup/php:8.3-fpm-nginx-alpine
USER root
COPY --chown=root:root auth-hook.sh /hooks/auth-hook.sh
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