Fix production assets in rebuild image

Exclude the Vite hot file from Docker builds and copy the SPOTA logo into the container so production deploys load compiled CSS and logo assets.
This commit is contained in:
Power BI Dev
2026-05-03 19:38:35 +07:00
parent 9a3849c04f
commit 80f3e52596
2 changed files with 3 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ rebuild/storage/framework/cache/*
rebuild/storage/framework/sessions/*
rebuild/storage/framework/views/*
rebuild/bootstrap/cache/*.php
rebuild/public/hot