chore(docker): Adding comment for ca add to alpine
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
e856982d6d
commit
96854d00b2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue