Skip to content

Commit

Permalink
[docs-beta] rm comment in dockerfile as is invalid syntax (#26272)
Browse files Browse the repository at this point in the history
## Summary & Motivation

It is invalid syntax to have a comment after a `\` in your Dockerfile.

## How I Tested These Changes

Ran locally.

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Dec 20, 2024
1 parent ac0b0d6 commit 8fe1c12
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

1 comment on commit 8fe1c12

@github-actions
Copy link

@github-actions github-actions bot commented on 8fe1c12 Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-beta ready!

✅ Preview
https://dagster-docs-beta-43jw5vgnd-elementl.vercel.app

Built with commit 8fe1c12.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.