8 lines
127 B
Docker

FROM alexellis2/faas-alpinefunction
COPY fwatchdog /usr/bin/
# Populate example here
ENV fprocess="wc -l"
CMD ["fwatchdog"]