put .htaccess file needeed for API to work

This commit is contained in:
GotPPay
2018-07-15 16:57:00 +02:00
parent 397fd69cfe
commit d09867a3a7
3 changed files with 9 additions and 228 deletions

View File

@@ -7,6 +7,6 @@ COPY backend /var/www/html
WORKDIR /var/www/html
RUN ln -s ../html api
COPY docker/apache/apache2.conf /etc/apache2/
COPY docker/php/.htaccess /var/www/html/
RUN chown -R www-data:www-data /var/www/html