1
0
mirror of https://github.com/openfaas/faas.git synced 2025-07-11 08:13:27 +00:00
Files
faas/sample-functions/WordCountFunction/Dockerfile
Alex Ellis 5acb18915d Config tweak for samples
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2018-03-03 20:36:18 +00:00

6 lines
90 B
Docker

FROM functions/alpine:latest
# Populate example here
ENV fprocess="wc"
CMD ["fwatchdog"]