mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update Dockerfile
This commit is contained in:
parent
24bb414586
commit
b06e1eed9f
@ -41,9 +41,9 @@ RUN echo "export VISIBLE=now" >> /etc/profile
|
||||
|
||||
########## SSL #############
|
||||
# openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=GB/ST=London/L=London/O=Global Security/OU=R&D Department/CN=openpanel.com" -keyout cert.key -out cert.crt
|
||||
RUN mkdir -p /etc/ssl/
|
||||
COPY cert.key /etc/ssl/cert.key
|
||||
COPY cert.crt /etc/ssl/cert.crt
|
||||
RUN mkdir -p /etc/nginx/ssl/
|
||||
COPY cert.key /etc/nginx/ssl/cert.key
|
||||
COPY cert.crt /etc/nginx/ssl/cert.crt
|
||||
|
||||
########## TERMINAL #############
|
||||
# fix for webterminal: bash: permission denied: /home/user/.bashrc
|
||||
|
Loading…
Reference in New Issue
Block a user