Fixes build results console log screen
This commit is contained in:
+8
-7
@@ -63,18 +63,19 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4.0'
|
||||
memory: 16g
|
||||
reservations:
|
||||
cpus: '2.0'
|
||||
memory: 8g
|
||||
expose:
|
||||
- "22"
|
||||
volumes:
|
||||
- flutter-cache:/home/vscode/.pub-cache
|
||||
- android-licenses:/opt/android-sdk/licenses
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4.0'
|
||||
memory: 16g
|
||||
reservations:
|
||||
cpus: '2.0'
|
||||
memory: 8g
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
|
||||
Reference in New Issue
Block a user