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