Files
fn-serverless/examples/hello/python/Dockerfile
Travis Reeder 9cc12b4b12 Remove iron...
2017-05-18 18:59:34 +00:00

7 lines
80 B
Docker

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