chore(docker): Adding comment for ca add to alpine

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-08-18 09:52:17 +02:00
parent e856982d6d
commit 96854d00b2

View file

@ -15,4 +15,8 @@ COPY location.list /etc/nginx/conf.d/location.list
RUN chmod 0644 /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/conf/nginx.conf
RUN chown -R 1001 /var/run/openresty /usr/local/openresty
# copy nginx-selfsigned.crt /tmp/root.cert
# RUN cat /tmp/root.cert >> /etc/ssl/certs/ca-certificates.crt
USER 1001