Fix upload permissions and make database persistent #17

Merged
bilal.catic merged 7 commits from docker-fix-mysql-and-permissions into master 2018-09-04 09:04:40 +02:00
Showing only changes of commit 3f1e63cb44 - Show all commits

View File

@@ -63,6 +63,6 @@ RUN ln -s ../html api
COPY docker/php/.htaccess /var/www/html/
RUN chown -R www-data:www-data /var/www/html
RUN chown -R www-data:www-data /var/www/html && chmod 750 -R /var/www/html/app/uploads
CMD /init-scripts/setup.sh