mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-17 08:45:44 +02:00
changed order
This commit is contained in:
parent
9038fa5584
commit
2820892ef1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM serversideup/php:8.3-fpm-nginx-alpine
|
FROM serversideup/php:8.3-fpm-nginx-alpine
|
||||||
USER root
|
USER root
|
||||||
|
COPY --chown=root:root auth-hook.sh /hooks/auth-hook.sh
|
||||||
VOLUME [ "/hooks" ]
|
VOLUME [ "/hooks" ]
|
||||||
COPY --chown=root:root ./auth-hook.sh /hooks/auth-hook.sh
|
|
||||||
RUN mkdir -p /var/www/html/public/src &&\
|
RUN mkdir -p /var/www/html/public/src &&\
|
||||||
install-php-extensions soap
|
install-php-extensions soap
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue