SMS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kekskurse 2022-01-16 13:37:44 +01:00
parent 4d8826dfc2
commit 7dc53a210e
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -1,3 +1,3 @@
FROM scratch
FROM alpine
COPY ./notfall /notfall
CMD ["/notfall"]