From 51e521e6993e89149aaae54d525d63f6df7461c0 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Thu, 16 Jun 2022 09:59:53 +0200 Subject: [PATCH] feat: not using apache pagespeed anymore, use basic nginx instead Signed-off-by: Louis Vallat --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d2cde8..4a975c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM registry.gitlab.com/lovallat/php-apache-pagespeed:latest +FROM nginx:latest EXPOSE 80 -COPY --chown=www-data:www-data . /var/www/html/ +COPY . /usr/share/nginx/html/