Update to start without working upstream
This commit is contained in:
@@ -14,7 +14,7 @@ COPY server_common.conf /etc/nginx/server_common.conf
|
||||
COPY --from=builder /nginx.conf /etc/nginx/nginx.conf
|
||||
COPY domains.txt /domains.txt
|
||||
|
||||
RUN echo "(sleep 30 && killall nginx) &" > /entrypoint && \
|
||||
RUN echo "(sleep 60 && killall nginx) &" > /entrypoint && \
|
||||
echo "cp /domains.txt /ssl/domains.txt" >> /entrypoint && \
|
||||
echo "nginx -g 'daemon off;'" >> /entrypoint && \
|
||||
echo "nginx" >> /entrypoint
|
||||
|
||||
Reference in New Issue
Block a user