MilesChou / docker-phalcon

Dockerized Phalcon
https://hub.docker.com/repository/docker/mileschou/phalcon
MIT License
124 stars 41 forks source link

How to use this image #29

Closed bnlambert closed 6 years ago

bnlambert commented 6 years ago

Hi! Great job here. Please can you make a small guide on how to use this image?

When I look at it many questions come into my mind like

I copied this from some php docker image readme

FROM php:7.0-apache
COPY config/php.ini /usr/local/etc/php/
COPY src/ /var/www/html/

Personally I need this short guide in the doc. Thanks

bnlambert commented 6 years ago

I was able to get around this. Great work. keep it up.