Actualizar nginx/Dockerfile

This commit is contained in:
2026-05-07 23:44:07 -04:00
parent dba5f6d8ce
commit 4a567c9c00

View File

@@ -5,7 +5,10 @@ RUN apk add --no-cache openssl
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY default.conf /etc/nginx/conf.d/default.conf COPY default.conf /etc/nginx/conf.d/default.conf
COPY gitea.conf /etc/nginx/conf.d/gitea.conf COPY gitea.conf /etc/nginx/conf.d/gitea.conf
COPY pmoxosnube.conf /etc/nginx/conf.d/pmoxosnube.conf
COPY options-ssl-nginx.conf /etc/nginx/ COPY options-ssl-nginx.conf /etc/nginx/
COPY hsts.conf /etc/nginx/ COPY hsts.conf /etc/nginx/
RUN mkdir -p /customization RUN mkdir -p /customization