Fix: serve banner assets and remove hero subtitle

This commit is contained in:
Ponte
2026-02-11 20:50:56 +01:00
parent 39392943ad
commit 37912557d6
2 changed files with 1 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ COPY nginx/entrypoint.sh /entrypoint.sh
COPY index.html ./index.html
COPY styles.css ./styles.css
COPY app.js ./app.js
COPY assets ./assets
EXPOSE 80