Skip to content

Commit

Permalink
Merge pull request #650 from turbo124/debian
Browse files Browse the repository at this point in the history
Add index.html to public/
  • Loading branch information
turbo124 authored Nov 24, 2024
2 parents 5c74753 + 451c1b8 commit aa271a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit aa271a1

Please sign in to comment.