put entrypoint in own file

This commit is contained in:
2025-08-04 19:17:32 +02:00
parent 4bc5770cce
commit 629bc6c648
3 changed files with 9 additions and 12 deletions

View File

@@ -21,8 +21,6 @@ RUN . /venv/bin/activate && \
uv pip install playwright && \
playwright install
# Run dagster gRPC server on port 4000
EXPOSE 4000