Remove -l switch from wc

This commit is contained in:
Alex 2017-01-22 22:18:42 +00:00
parent 9a42500deb
commit 2759aaf849

View File

@ -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"]