notfall/Dockerfile
2022-01-16 13:37:44 +01:00

3 lines
No EOL
52 B
Docker

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