1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated permissions

This commit is contained in:
Eldad Fux 2020-02-24 18:51:35 +02:00
parent 81ba228810
commit 01d4ad1447

View file

@ -130,7 +130,7 @@ COPY ./docker/entrypoint.sh /entrypoint.sh
RUN chmod 775 /entrypoint.sh
# Letsencrypt Permissions
RUN chmod 755 /etc/letsencrypt/live/
RUN mkdir -p /etc/letsencrypt/live/ && chmod 755 /etc/letsencrypt/live/
EXPOSE 80