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

fix: add configuration for building container images #230

Merged
merged 7 commits into from
Jan 10, 2025
Prev Previous commit
Next Next commit
fix(Dockerfile): add entrypoint specification
Signed-off-by: Florian Bauer <[email protected]>
  • Loading branch information
fsrv-xyz committed Dec 23, 2024
commit 0fb948aa1d240e67918aa75ecee40821faf48fac
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ RUN make build

FROM alpine:latest
braydonk marked this conversation as resolved.
Show resolved Hide resolved
COPY --from=build /build/dist/yamlfmt /bin/yamlfmt
braydonk marked this conversation as resolved.
Show resolved Hide resolved
ENTRYPOINT ["/bin/yamlfmt"]