Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Oct 30, 2024
1 parent 39d4f44 commit 5b3af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \

# Add repository code
COPY pipeline/ /opt/dagster/app/pipeline/
COPY scripts/ /opt/dagster/app/scripts
COPY scripts/ /opt/dagster/app/scripts/

# Run dagster gRPC server on port 4000

Expand Down

0 comments on commit 5b3af97

Please sign in to comment.