#1: Log Card Read In Botond
This commit is contained in:
@@ -37,6 +37,8 @@ RUN a2enmod rewrite
|
||||
|
||||
COPY 000-default.conf /etc/apache2/sites-available/
|
||||
|
||||
COPY index.html /var/www/html/
|
||||
|
||||
# Ports
|
||||
EXPOSE 80
|
||||
|
||||
@@ -52,6 +54,7 @@ RUN FILE=/etc/php/7.0/apache2/php.ini \
|
||||
&& echo "\nxdebug.remote_connect_back=1 " >> $FILE \
|
||||
&& echo "\n" >> $FILE
|
||||
|
||||
|
||||
ENV XDEBUG_CONFIG="idekey=PHPSTORM"
|
||||
|
||||
# Default command
|
||||
|
||||
11
docker/service/ub-php/index.html
Normal file
11
docker/service/ub-php/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a href="fitness_web/backend/web/index.php">Fitness Web Backend</a>
|
||||
<br>
|
||||
<a href="fitness_web/frontend/web/index.php">Fitness Web Frontend</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user