diff --git a/Dockerfile b/Dockerfile index 7ea7fea..fb9d109 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,6 +88,4 @@ RUN mkdir -p /var/run && \ # Copy and set entrypoint COPY ./entrypoint.sh / -CMD ["/bin/sh", "/entrypoint.sh"] - -EXPOSE 80 \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file