mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
8 lines
208 B
Docker
8 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
|