diff --git a/Dockerfile b/Dockerfile index fe73393..959cc52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,4 @@ WORKDIR /app USER appuser -# check the server configuration to make sure it can run Craft CMS -RUN curl -Lsf https://raw.githubusercontent.com/craftcms/server-check/2.1/check.sh | bash - ENTRYPOINT ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]