fix: drive frontend timezone from yaml config

This commit is contained in:
Codex
2026-06-20 05:00:35 +00:00
parent 6a88f38ca9
commit 9349f801a6
12 changed files with 239 additions and 55 deletions
+1
View File
@@ -3,6 +3,7 @@ WORKDIR /app/src/components/frontend
COPY src/components/frontend/package.json ./package.json
RUN bun install --production
COPY src/components/shared /app/src/components/shared
COPY config/frontend.yaml /app/config/frontend.yaml
COPY docs /app/docs
COPY src/components/frontend/src ./src
COPY src/components/frontend/public ./public