fix nginx auto start

master
Kirigaya Kazuto 2022-02-06 08:36:15 +00:00
parent 36fbd4942e
commit 0d12f403c5
1 changed files with 1 additions and 0 deletions

View File

@ -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"]