remove entrypoint

This commit is contained in:
Tim Schubert 2022-04-26 20:54:54 +02:00
parent 40a0a7411c
commit cb5647da97
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -3,5 +3,3 @@ FROM alpine/git
RUN apk add --no-cache curl RUN apk add --no-cache curl
ADD update /update ADD update /update
ENTRYPOINT /update