use ENV variables instead of hardcoded values

This commit is contained in:
GotPPay
2018-06-20 12:06:11 +02:00
parent 007063c868
commit 4481cadbee
8 changed files with 55 additions and 10 deletions

View File

@@ -6,6 +6,6 @@ RUN a2enmod rewrite
COPY docker/php/apache2.conf /etc/apache2/
COPY backend /var/www/html
COPY docker/php/htaccess /var/www/.htaccess
COPY docker/php/.htaccess /var/www/html/
RUN chown -R www-data:www-data /var/www/html