add vhost example

This commit is contained in:
hchs
2017-03-09 10:26:47 +08:00
parent 94c6240586
commit 37ed904f1a
6 changed files with 39 additions and 0 deletions

View File

@ -12,6 +12,8 @@ EXPOSE 80 443
WORKDIR /var/www/public
ADD vhost.conf /etc/apache2/sites-enabled/vhost.conf
ENTRYPOINT ["/opt/docker/bin/entrypoint.sh"]
CMD ["supervisord"]