diff --git a/Dockerfile b/Dockerfile index f3cf355..c3512e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM scratch +FROM alpine COPY ./notfall /notfall CMD ["/notfall"] \ No newline at end of file