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 FROM alexellis2/faas-alpinefunction:latest
COPY fwatchdog /usr/bin/
# Populate example here # Populate example here
ENV fprocess="wc -l" ENV fprocess="wc"
CMD ["fwatchdog"] CMD ["fwatchdog"]