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

[Proposal] Use heredoc instead of escape character '/' and operator '&&' in Dockerfile RUN instruction #185

Open
swivelmargarita opened this issue Sep 12, 2024 · 1 comment

Comments

@swivelmargarita
Copy link

swivelmargarita commented Sep 12, 2024

I believe using heredoc in Dockerfiles (as mentioned in docker docs here) would increase readability overall. I didn't make sure the formatting, indentation etc. were correct, just modified the file so that it would work identical to old Dockerfile with '/'s and '&&'s.
If there are problems with the file let me know.




Thanks, Takha
@swivelmargarita
Copy link
Author

swivelmargarita commented Sep 12, 2024

I created a pull request: #187

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

No branches or pull requests

1 participant