mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
Add AlpineFunction to enable override of fprocess without new container
This commit is contained in:
7
sample-functions/WordCountFunction/Dockerfile
Normal file
7
sample-functions/WordCountFunction/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM alexellis2/faas-alpinefunction
|
||||
|
||||
COPY fwatchdog /usr/bin/
|
||||
|
||||
# Populate example here
|
||||
ENV fprocess="wc -l"
|
||||
CMD ["fwatchdog"]
|
Reference in New Issue
Block a user