mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
9 lines
223 B
Docker
9 lines
223 B
Docker
FROM armhf/alpine:3.5
|
|
|
|
ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog-armhf /usr/bin/fwatchdog
|
|
RUN chmod +x /usr/bin/fwatchdog
|
|
|
|
# Populate example here
|
|
# ENV fprocess="wc -l"
|
|
CMD ["fwatchdog"]
|