Add index.html to public/

This commit is contained in:
David Bomba
2024-11-25 09:14:34 +11:00
parent 83f17aa669
commit 451c1b872f

2
debian/Dockerfile vendored
View File

@@ -159,6 +159,8 @@ RUN mkdir -p \
/var/run \
/var/log/supervisor
RUN cp /var/www/html/resources/views/react/index.blade.php /var/www/html/public/index.html
# Set permissions
RUN chown -R www-data:www-data \
/var/www/html/storage \