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

[Feature Request] Remove extra spaces/Add missing spaces #8

Open
Samuel-Therrien-Beslogic opened this issue Jul 6, 2023 · 0 comments

Comments

@Samuel-Therrien-Beslogic
Copy link

Samuel-Therrien-Beslogic commented Jul 6, 2023

These line:

RUN rm     -rf /usr/share/nginx/html/*
ENTRYPOINT ["nginx",     "-g" ,"daemon off;" ]

Would be formatted to this:

RUN rm -rf /usr/share/nginx/html/*
ENTRYPOINT ["nginx", "-g", "daemon off;"]
@Samuel-Therrien-Beslogic Samuel-Therrien-Beslogic changed the title [Feature Request] Remove extra spaces [Feature Request] Remove extra spaces/Add missing spaces Jul 6, 2023
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