Update Dockerfile

修改 Dokcerfile Nginx镜像版本
This commit is contained in:
caiyaonan 2024-04-09 14:09:58 +08:00 committed by GitHub
parent adb05818b9
commit 166ca6084b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@ RUN make -j
RUN pwd && ls -a
# glibc env run
FROM nginx:latest
FROM nginx:1.19
RUN mkdir -p /ServerStatus/server/ && ln -sf /dev/null /var/log/nginx/access.log && ln -sf /dev/null /var/log/nginx/error.log