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:
parent
b4be160b93
commit
49b18b5701
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue