DEVOPS-1905
This commit is contained in:
parent
cd0f6c8750
commit
f3d00958b0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
|
RUN apk --update --no-cache add nginx-mod-http-headers-more
|
||||||
|
|
||||||
COPY config/nginx.conf.template /etc/nginx/templates/
|
COPY config/nginx.conf.template /etc/nginx/templates/
|
||||||
COPY ./html/ /usr/share/nginx/html/
|
COPY ./html/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue