forked from clement.freville2/drone-health
parent
49d1a55c9b
commit
3a0fa16764
@ -1,4 +1,3 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
COPY docker/vhost.conf /etc/apache2/sites-available/000-default.conf
|
||||
COPY . /var/www/html/
|
||||
|
@ -1,6 +0,0 @@
|
||||
<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