Comment out saveData.php copy command in Dockerfile and add vhost.conf for Apache configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /var/www/html
|
||||
RUN mkdir /app
|
||||
COPY vhost.conf /etc/apache2/sites-available/000-default.conf
|
||||
|
||||
COPY adf/saveData.php /var/www/html/saveData.php
|
||||
# COPY adf/saveData.php /var/www/html/saveData.php
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user