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

7 lines
73 B
Docker

FROM funcy/php
WORKDIR /app
ADD . /app
ENTRYPOINT ["php", "hello.php"]