disble entrypoint

This commit is contained in:
Shihaam Abdul Rahman 2025-02-12 22:51:16 +05:00
parent 618c9cf73c
commit df44818fb3
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

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