Update Dockerfile

This commit is contained in:
Stefan Pejcic 2025-02-24 15:15:34 +01:00 committed by GitHub
parent 35364f864e
commit 9940adf443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,11 +38,6 @@ ENV NOTVISIBLE "in users profile"
RUN echo "export VISIBLE=now" >> /etc/profile
########## SSL #############
RUN mkdir -p /etc/nginx/ssl/
COPY certs/cert.crt /etc/nginx/ssl/cert.crt
COPY certs/cert.key /etc/nginx/ssl/cert.key
########## TERMINAL #############
# fix for webterminal: bash: permission denied: /home/user/.bashrc
RUN chmod 755 /root