Skip to content
Snippets Groups Projects
Commit ebdc7dd6 authored by Jonas Leder's avatar Jonas Leder
Browse files

Merge branch 'jonasled-master-patch-96453' into 'master'

switch to nginx as webserver

See merge request !4
parents 1a6da267 fe0d0a7a
No related branches found
No related tags found
1 merge request!4switch to nginx as webserver
Pipeline #1712 passed
......@@ -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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment