1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Update Dockerfile

This commit is contained in:
Sirish Bathina 2020-12-09 12:10:27 -10:00 committed by GitHub
parent 41e5692566
commit e589f62b26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,4 @@ RUN apk --no-cache add fio
COPY --from=builder /dist/kubestr /
COPY ./pkg/fio/fio.sh .
RUN chmod +x ./fio.sh
ENTRYPOINT ["/kubestr"]