configure Gradle memory settings for improved build performance
Some checks failed
Build Android App / build (push) Failing after 47s
Some checks failed
Build Android App / build (push) Failing after 47s
This commit is contained in:
@@ -11,7 +11,7 @@ RUN flutter pub get
|
||||
COPY . .
|
||||
|
||||
# Build web app
|
||||
RUN flutter build web --release --web-renderer html
|
||||
RUN flutter build web --release
|
||||
|
||||
# Stage 2: Serve with nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user