1
0
forked from baron/baron-sso

front env 종속성 제거거

This commit is contained in:
2026-01-15 14:15:39 +09:00
parent 2317eb857c
commit 2aff11bc5d
3 changed files with 15 additions and 34 deletions

View File

@@ -4,6 +4,7 @@ WORKDIR /app
COPY . .
# Get dependencies and build for web
RUN flutter pub get
RUN touch .env
RUN flutter build web --release
# Stage 2: Serve with Nginx