Update Dockerfile

This commit is contained in:
Stefan Pejcic 2025-02-22 14:24:48 +01:00 committed by GitHub
parent 24bb414586
commit b06e1eed9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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