custom run launcher for custom docker image

This commit is contained in:
2025-08-02 21:06:42 +02:00
parent b1d115fe80
commit 94dcdd04a7
9 changed files with 36 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ RUN . /venv/bin/activate && \
ARG APP
ENV APP=$APP
ENV PYTHONPATH=/apps/$APP/src/:/shared/src/
ENV PYTHONPATH=/apps/$APP/src/:/shared/src/:$PYTHONPATH
WORKDIR /opt/dagster/home
# Run dagster gRPC server on port 4000