mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-13 23:15:43 +02:00
revert s6 init changes, just copy the auth hook into volume
This commit is contained in:
parent
0395e8a3b9
commit
9038fa5584
4 changed files with 2 additions and 5 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
|
||||||
RUN mkdir -p /make-executable
|
VOLUME [ "/hooks" ]
|
||||||
COPY --chown=root:root data/etc/ /etc
|
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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
oneshot
|
|
|
@ -1,2 +0,0 @@
|
||||||
foreground { echo "making everything in /make-executable executable..." }
|
|
||||||
chmod +x /make-executable/* 2>/dev/null
|
|
Loading…
Add table
Add a link
Reference in a new issue