iflrandevu/Dockerfile
Kun Ran 049baed7cf Add docker and docker-compose configuration.
Add docker configuration.

Add docker-compose config file.

Fix ea_data path error.

Add example command.
2016-11-26 18:17:05 +08:00

7 lines
208 B
Docker

FROM tutum/apache-php
MAINTAINER Kun Ran <rankun203@gmail.com>
# Note: this only exposes the port to other docker containers. You
# still have to bind to 80@host at runtime, as per the ACME spec.
EXPOSE 80