change ownership of application directory

This commit is contained in:
Bilal Catic
2018-10-02 16:42:42 +02:00
parent c83ced1184
commit 8cfd4a72f3

View File

@@ -61,4 +61,6 @@ RUN cp -r build/* /var/www/html/
COPY docker/php/.htaccess /var/www/html/
RUN chown -R www-data:www-data /var/www/html
CMD /init-scripts/startup.sh