chore: use docker multi-stage builds

Previous image was 7.69GB which is somewhat heavy.
Now the resulting image is 1.20GB thanks to multi-stage builds.
This commit is contained in:
Pablo Castellano
2022-02-17 18:05:22 +01:00
parent 7eada39a8b
commit ca0851418e
2 changed files with 24 additions and 2 deletions

View File

@ -3,6 +3,7 @@ version: "3"
services:
app:
build: .
image: appflowy/appflowy:latest
stdin_open: true
# tty: true
environment: