Skip to content

Commit

Permalink
fix(nginx): dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 27, 2023
1 parent 9b09d7b commit 0aa05ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/alwatr/nginx-json:2.0.1

COPY etc/nginx/ /etc/nginx/
# COPY data/ .
RUN ls -RlahF /etc/nginx /data
RUN set -eux; ls -RlahF /etc/nginx /data

ENV NGINX_OPEN_FILE_CACHE="max=5000 inactive=1h" \
NGINX_OPEN_FILE_CACHE_VALID=1s \
Expand All @@ -15,5 +15,5 @@ ENV NGINX_OPEN_FILE_CACHE="max=5000 inactive=1h" \
NGINX_LIMIT_REQ_BURST=1000 \
NGINX_DISABLE_SYMLINKS=if_not_owner

LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:2.0.0" \
org.opencontainers.image.documentation="https://github.com/Alwatr/storage" \
LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:2.0.1" \
org.opencontainers.image.documentation="https://github.com/Alwatr/storage"

0 comments on commit 0aa05ba

Please sign in to comment.