From 8fe1c128fe0940da9284bd54933544e8c511f71e Mon Sep 17 00:00:00 2001 From: colton Date: Fri, 20 Dec 2024 14:38:23 -0500 Subject: [PATCH] [docs-beta] rm comment in dockerfile as is invalid syntax (#26272) ## 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. --- .../docs-beta/docs/guides/deploy/deployment-options/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-beta/docs/guides/deploy/deployment-options/docker.md b/docs/docs-beta/docs/guides/deploy/deployment-options/docker.md index 4247a956771c8..171439cd0a159 100644 --- a/docs/docs-beta/docs/guides/deploy/deployment-options/docker.md +++ b/docs/docs-beta/docs/guides/deploy/deployment-options/docker.md @@ -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/