fix: increase nginx transport security

This commit is contained in:
Rainer Killinger
2019-02-27 16:28:50 +00:00
committed by Rainer Killinger
parent 5f969c53f6
commit 8fe6a2795f
6 changed files with 75 additions and 13 deletions

View File

@@ -4,7 +4,10 @@ ADD . /app
WORKDIR /app
RUN apk add --update nginx && \
RUN apk update && \
apk upgrade && \
apk add openssl && \
apk add nginx && \
rm -rf /var/cache/apk/* && \
mv /app/nginx.conf /etc/nginx/