notfall/Dockerfile

3 lines
52 B
Docker
Raw Permalink Normal View History

2022-01-16 12:37:44 +00:00
FROM alpine
2022-01-16 10:55:37 +00:00
COPY ./notfall /notfall
CMD ["/notfall"]