mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -3,6 +3,7 @@ version: "3"
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: appflowy/appflowy:latest
|
||||
stdin_open: true
|
||||
# tty: true
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user