Skip to content

Commit

Permalink
[docs-beta] rm comment in dockerfile as is invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Dec 20, 2024
1 parent ac0b0d6 commit b335bfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN pip install \
dagster \
dagster-graphql \
dagster-webserver \
dagster-postgres \ # Database for Dagster storage
dagster-docker # Enables the Docker run launcher
dagster-postgres \
dagster-docker

# Set $DAGSTER_HOME and copy dagster.yaml and workspace.yaml there
ENV DAGSTER_HOME=/opt/dagster/dagster_home/
Expand Down

0 comments on commit b335bfd

Please sign in to comment.