Merge pull request #650 from turbo124/debian

Add index.html to public/
This commit is contained in:
David Bomba
2024-11-25 09:14:58 +11:00
committed by GitHub

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 \