From 07c38103f35f41cd1d58c5f90974bc6c3e70b584 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 6 May 2026 16:38:40 +0000 Subject: [PATCH] actualizacion cero --- nginx/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 5123688..beb4fd0 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -5,6 +5,7 @@ RUN apk add --no-cache openssl COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf +COPY gitea.conf /etc/nginx/conf.d/gitea.conf COPY options-ssl-nginx.conf /etc/nginx/ COPY hsts.conf /etc/nginx/ RUN mkdir -p /customization @@ -15,4 +16,4 @@ COPY nginx.sh /customization/nginx.sh RUN chmod +x /customization/nginx.sh EXPOSE 80 -CMD ["/customization/nginx.sh"] \ No newline at end of file +CMD ["/customization/nginx.sh"]