mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
6 lines
90 B
Docker
6 lines
90 B
Docker
FROM functions/alpine:latest
|
|
|
|
# Populate example here
|
|
ENV fprocess="wc"
|
|
CMD ["fwatchdog"]
|