diff --git a/sample-functions/WordCountFunction/Dockerfile b/sample-functions/WordCountFunction/Dockerfile index 0a579714..34f5055f 100644 --- a/sample-functions/WordCountFunction/Dockerfile +++ b/sample-functions/WordCountFunction/Dockerfile @@ -1,7 +1,5 @@ -FROM alexellis2/faas-alpinefunction - -COPY fwatchdog /usr/bin/ +FROM alexellis2/faas-alpinefunction:latest # Populate example here -ENV fprocess="wc -l" +ENV fprocess="wc" CMD ["fwatchdog"]