1
0
forked from baron/baron-sso

fix: userfront 빌드 설정(--wasm 제거) 및 리다이렉션 로직 최종 반영 #243

This commit is contained in:
2026-02-11 17:51:11 +09:00
parent 6f397895d7
commit 21b9594de5
2 changed files with 30 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ COPY . .
# Get dependencies and build for web
RUN flutter pub get
RUN touch .env
RUN flutter build web --release --no-tree-shake-icons --wasm
RUN flutter build web --release --no-tree-shake-icons
# Stage 2: Serve with Nginx
FROM nginx:alpine