diff --git a/1/apache/Dockerfile b/1/apache/Dockerfile index d227d60..1ce9aea 100644 --- a/1/apache/Dockerfile +++ b/1/apache/Dockerfile @@ -24,7 +24,5 @@ RUN curl -fSL "https://github.com/backdrop/backdrop/archive/refs/tags/${BACKDROP # Add custom entrypoint to set BACKDROP_SETTINGS correctly COPY docker-entrypoint.sh /entrypoint.sh -EXPOSE 80 - ENTRYPOINT ["/entrypoint.sh"] CMD ["apache2-foreground"] diff --git a/1/fpm/Dockerfile b/1/fpm/Dockerfile index a813df0..04dbdae 100644 --- a/1/fpm/Dockerfile +++ b/1/fpm/Dockerfile @@ -22,7 +22,5 @@ RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}. # Add custom entrypoint to set BACKDROP_SETTINGS correctly COPY docker-entrypoint.sh /entrypoint.sh -EXPOSE 80 - ENTRYPOINT ["/entrypoint.sh"] CMD ["php-fpm"]