From 2820892ef1d125245ad764e5153d325fc3849060 Mon Sep 17 00:00:00 2001 From: niiwiicamo Date: Thu, 24 Oct 2024 10:20:45 +0200 Subject: [PATCH] changed order --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e660a3d..191c59d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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