mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
fix: increase nginx transport security
This commit is contained in:
committed by
Rainer Killinger
parent
5f969c53f6
commit
8fe6a2795f
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user