feat: fix dagster setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 21:09:00 +00:00
parent 7dd520cf41
commit f56330a3d1
5 changed files with 22 additions and 4 deletions

View File

@@ -15,3 +15,6 @@ COPY . .
# Make the venv's binaries available on PATH
ENV PATH="/app/.venv/bin:$PATH"
ENV DAGSTER_HOME=/app/dagster_home
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]