mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Remove -l switch from wc
This commit is contained in:
parent
9a42500deb
commit
2759aaf849
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user