8 lines
112 B
Docker

FROM alpine:latest
COPY fwatchdog /usr/bin/
# Populate example here
# ENV fprocess="wc -l"
CMD ["fwatchdog"]