Files
fn-serverless/examples/tutorial/hello/python/Dockerfile
Chad Arimura f97ac83255 more tutorial
2017-05-25 14:31:22 -07:00

7 lines
80 B
Docker

FROM funcy/python:2
WORKDIR /app
ADD . /app
ENTRYPOINT ["python", "hello.py"]