1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Update Dockerfile

remove redundant empty line from end of file

Co-authored-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
Jochen Dick
2022-12-28 10:06:55 +01:00
committed by GitHub
parent 4d203c5e0c
commit 646e2a72be

View File

@@ -29,4 +29,3 @@ COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/desch
ENTRYPOINT ["/bin/descheduler"]
CMD ["--help"]