add vhost example
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user