mirror of
https://github.com/openfaas/faas.git
synced 2025-06-12 10:16:46 +00:00
8 lines
127 B
Docker
8 lines
127 B
Docker
FROM alexellis2/faas-alpinefunction
|
|
|
|
COPY fwatchdog /usr/bin/
|
|
|
|
# Populate example here
|
|
ENV fprocess="wc -l"
|
|
CMD ["fwatchdog"]
|