forked from baron/baron-sso
front env 종속성 제거거
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user