1
0
forked from baron/baron-sso

[userfront] source 개념삭제. redirect 동작 정리

This commit is contained in:
Lectom C Han
2026-02-12 11:41:16 +09:00
parent 5bdb08d673
commit 66106f20f6
3 changed files with 22 additions and 18 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
RUN flutter build web --wasm --release --no-tree-shake-icons
# Stage 2: Serve with Nginx
FROM nginx:alpine