10 lines
130 B
Docker

FROM alpine:latest
ENTRYPOINT []
COPY ./fwatchdog /usr/bin/fwatchdog
ENV fprocess "cat"
EXPOSE 8080
CMD ["/usr/bin/fwatchdog"]