Skip to content

Commit

Permalink
Dagster image fixes (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Jun 12, 2024
1 parent b5f8453 commit 4a2f7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/dagster-dask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ COPY . /usr/src/app
RUN poetry config virtualenvs.create false && \
poetry install

ENTRYPOINT [ "dagster", "api", "grpc", "-p", "3030"]
ENTRYPOINT []

0 comments on commit 4a2f7b5

Please sign in to comment.