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