use ENV variables instead of hardcoded values
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user