Put env vars use can update into separate file that is built from a template.

This commit is contained in:
2026-01-06 14:36:50 -05:00
parent 707aaeae15
commit 74db5b8b61
4 changed files with 38 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ RUN ln -sf /run/supervisord.log /var/log/supervisor/supervisord.log
ENV PATH="/app/code/.venv/bin:${PATH}"
COPY start.sh /app/pkg/
COPY env.sh.template /app/pkg/
CMD [ "/app/pkg/start.sh" ]