Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Rydd opp etter fungerende nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
laukvik committed Sep 30, 2021
1 parent 93ff7cf commit ade9fba
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 165 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM nginxinc/nginx-unprivileged

ENV NGINX_ENVSUBST_OUTPUT_DIR /tmp

COPY nginx-conf-overwrite.conf /etc/nginx/conf.d/default.conf
COPY nginx/nginx-conf-overwrite.conf /etc/nginx/conf.d/default.conf

COPY build /etc/nginx/html
COPY nginx.conf.template /etc/nginx/templates/default.conf.template
COPY nginx/nginx.conf.template /etc/nginx/templates/default.conf.template

COPY 20-envsubst-on-templates.sh /docker-entrypoint.d/
COPY nginx/20-envsubst-on-templates.sh /docker-entrypoint.d/
105 changes: 0 additions & 105 deletions files/default-config.nginx

This file was deleted.

57 changes: 0 additions & 57 deletions files/start-nginx.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ade9fba

Please sign in to comment.