Allow to set cache retention days

This commit is contained in:
Johannes Zellner
2023-04-26 13:04:46 +02:00
parent 4b80104980
commit cef9a1bdbd
3 changed files with 21 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ RUN ln -sf /run/mastodon/supervisord.log /var/log/supervisor/supervisord.log
RUN ln -fs /app/data/env.production /app/code/.env.production
RUN ln -fs /app/data/system /app/code/public/system
COPY start.sh cleanup.sh config.sh env.template /app/pkg/
COPY start.sh cleanup.sh config.sh env.template cache-env.sh.template /app/pkg/
CMD [ "/app/pkg/start.sh" ]