fix: include apps/api/static in Docker image for meme templates and fonts

This commit is contained in:
SnapOtter
2026-05-08 16:59:00 +08:00
parent 53b717243b
commit f9e0e90897
+1
View File
@@ -213,6 +213,7 @@ RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store/v3 \
# Copy source code for API (tsx runs TS directly - no build step needed)
COPY apps/api/src ./apps/api/src
COPY apps/api/drizzle ./apps/api/drizzle
COPY apps/api/static ./apps/api/static
# Copy workspace packages source (referenced by API at runtime)
COPY packages/shared/src ./packages/shared/src