notfall/Dockerfile

3 lines
52 B
Docker

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