Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build: use heredoc for multi-line actions #7210

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

eradman
Copy link
Collaborator

@eradman eradman commented Oct 28, 2024

What type of PR is this?

  • Refactor

Description

Use a "heredoc" to make long shell commands easier to maintain.

How is this tested?

  • Unit tests (pytest, jest)

@eradman eradman changed the title Use heredoc for multi-line actions Docker build: use heredoc for multi-line actions Oct 28, 2024
Copy link
Member

@justinclift justinclift left a comment

Choose a reason for hiding this comment

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

Cool. Didn't know this was a thing in Dockerfile's. Good idea @eradman. 😄

@justinclift justinclift merged commit b922730 into getredash:master Oct 29, 2024
11 checks passed
@eradman eradman deleted the docker-build branch October 29, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants