sync config with upstream

This commit is contained in:
Girish Ramakrishnan
2025-05-24 08:51:09 +02:00
parent 64c1afc544
commit 62360cca09
3 changed files with 38 additions and 73 deletions

View File

@@ -23,8 +23,6 @@ RUN curl -L https://publicsuffix.org/list/public_suffix_list.dat -o /app/code/en
RUN ln -sf /app/data/index.html /app/code/env/lib/python3.12/site-packages/synapse/static/index.html
RUN chown -R cloudron:cloudron /app/code
ADD index.html homeserver.yaml.template start.sh /app/pkg/
CMD [ "/app/pkg/start.sh" ]