Skip to content

Commit

Permalink
fix: fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alvsanand committed Jun 13, 2024
1 parent 708f517 commit e7f294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ COPY --from=builder /opt/dagster/app/requirements.txt requirements.txt

RUN pip install -r requirements.txt

COPY dagster_user_code_example/* /opt/dagster/app/
COPY dagster_user_code_example/ /opt/dagster/app/

CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "3000"]

0 comments on commit e7f294d

Please sign in to comment.