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