github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/hello/php/Dockerfile (about)

     1  FROM iron/php
     2  
     3  WORKDIR /app
     4  ADD . /app
     5  
     6  ENTRYPOINT ["php", "hello.php"]