disble entrypoint

This commit is contained in:
2025-02-12 22:51:16 +05:00
parent 618c9cf73c
commit df44818fb3

View File

@ -83,4 +83,6 @@ RUN apt-get -y --no-install-recommends install python-is-python3 pipx \
&& apt-get clean -y
# clean up
RUN rm -rfv /var/lib/apt/lists /var/lib/dpkg/info
RUN rm -rfv /var/lib/apt/lists /var/lib/dpkg/info /docker-entrypoint.d /docker-entrypoint.sh
ENTRYPOINT []
CMD nginx -g daemon off