forked from mirrors/easyappointments
049baed7cf
Add docker configuration. Add docker-compose config file. Fix ea_data path error. Add example command.
7 lines
208 B
Docker
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
|