forked from clement.freville2/drone-health
parent
6564dbbadc
commit
fcea691276
@ -1,3 +1,4 @@
|
|||||||
FROM php:8.2-apache
|
FROM php:8.2-apache
|
||||||
|
|
||||||
|
COPY docker/vhost.conf /etc/apache2/sites-available/000-default.conf
|
||||||
COPY . /var/www/html/
|
COPY . /var/www/html/
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
<VirtualHost *:80>
|
||||||
|
DocumentRoot /var/www/html
|
||||||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
|
Alias ${CONTAINER_PATH} /var/www/html/
|
||||||
|
</VirtualHost>
|
Loading…
Reference in new issue