mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Updated permissions
This commit is contained in:
parent
81ba228810
commit
01d4ad1447
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue