forked from baron/baron-sso
fix: userfront 빌드 설정(--wasm 제거) 및 리다이렉션 로직 최종 반영 #243
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user