diff --git a/DockerfileRunEnv b/DockerfileRunEnv index cae3427..0bdfb9c 100644 --- a/DockerfileRunEnv +++ b/DockerfileRunEnv @@ -19,4 +19,5 @@ RUN rm -f /etc/apt/apt.conf.d/docker-gzip-indexes \ RUN apt update \ && apt install -y python3 nginx iputils-ping iproute2 curl \ && rm -rf /var/lib/apt/lists/* +RUN systemctl disable nginx ENTRYPOINT ["/bin/systemd"]