pull/248/merge
caiyaonan 2025-02-03 20:34:19 +00:00 committed by GitHub
commit df082841b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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