FROM alpine:latest ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog /usr/bin RUN chmod +x /usr/bin/fwatchdog # Populate example here # ENV fprocess="wc -l" CMD ["fwatchdog"]