mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
6 lines
104 B
Docker
6 lines
104 B
Docker
FROM alexellis2/faas-alpinefunction:latest
|
|
|
|
# Populate example here
|
|
ENV fprocess="wc"
|
|
CMD ["fwatchdog"]
|