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/