Fetcher is a tool to download functions from the controller. It is meant to be run in a container in the same pod as the function run container, with a shared volume.
6 lines
44 B
Docker
6 lines
44 B
Docker
FROM alpine:3.4
|
|
|
|
ADD fetcher /
|
|
|
|
EXPOSE 8000
|