feat: not using apache pagespeed anymore, use basic nginx instead

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-16 09:59:53 +02:00
parent fcfd686203
commit 51e521e699
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,6 +1,6 @@
FROM registry.gitlab.com/lovallat/php-apache-pagespeed:latest FROM nginx:latest
EXPOSE 80 EXPOSE 80
COPY --chown=www-data:www-data . /var/www/html/ COPY . /usr/share/nginx/html/