fix: include PostCSS config in web image

This commit is contained in:
Jesse_Chen
2026-07-16 21:12:25 +08:00
parent b6a9c9ae50
commit 3fb50fb7bb
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN npm ci
COPY frontend/src ./src
COPY frontend/public ./public
COPY frontend/next.config.ts frontend/tsconfig.json ./
COPY frontend/next.config.ts frontend/postcss.config.mjs frontend/tsconfig.json ./
ARG NEXT_PUBLIC_SUPABASE_URL
ARG NEXT_PUBLIC_SUPABASE_ANON_KEY