blablabla
All checks were successful
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good

This commit is contained in:
2023-09-08 11:17:19 +03:00
parent 1f211936ad
commit 5044430ceb
2 changed files with 22 additions and 1 deletions

View File

@@ -10,7 +10,10 @@ ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_P
ENV NGINX_PROXY_SOURCE_ADDRESS=${NGINX_PROXY_SOURCE_ADDRESS:-"Please configure NGINX_PROXY_SOURCE_ADDRESS env!"}
# Copy default nginx configuration
COPY default.nginx.conf /etc/nginx/nginx.conf
#COPY default.nginx.conf /etc/nginx/nginx.conf
# Remove default nginx config
RUN rm -r /etc/nginx/nginx.conf
# Copy entrypoint
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh