notfall/Dockerfile

3 lines
53 B
Docker

FROM scratch
COPY ./notfall /notfall
CMD ["/notfall"]