fix(userfront): prevent public env asset request

This commit is contained in:
2026-05-15 15:00:23 +09:00
parent 4346f48bbe
commit 14fb155cd9
7 changed files with 228 additions and 29 deletions
-1
View File
@@ -7,7 +7,6 @@ COPY . .
RUN /bin/sh ./scripts/sync_userfront_locales.sh
WORKDIR /app/userfront
RUN flutter pub get
RUN touch .env
RUN flutter build web --release --wasm
FROM node:24-alpine AS optimize