working api

This commit is contained in:
Ubuntu
2018-06-19 12:06:54 +00:00
parent 4078de9b66
commit 007063c868
4 changed files with 19 additions and 2 deletions

View File

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