diff --git a/Dockerfile b/Dockerfile index abaadb5..c7a5b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,7 @@ RUN composer install # |-------------------------------------------------------------------------- # | Install Webserver # |-------------------------------------------------------------------------- -FROM gitlab.jonasled.de/jonasled/apache-php-minimal:latest +FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:latest RUN apk update && \ - apk add php8-mysqli php8-mbstring php8-curl curl php8-simplexml --no-cache && \ - echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf.d/remoteip.conf -COPY --from=composer /build/public . \ No newline at end of file + apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache +COPY --from=composer /build/public .