fix: include PostCSS config in web image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user