feat: not using apache pagespeed anymore, use basic nginx instead
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
fcfd686203
commit
51e521e699
@ -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/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user