AppFlowy/frontend/scripts/docker-buildfiles
Nathan.fooo c41a7aaacf
chore: support localhost and development mode (#4384)
* chore: update local port for development

* chore: support localhost development

* chore: fix rust test

* chore: update setting

* fix: ci

* fix: ci

* fix: ci

* fix: ci

* chore: fix docker build

* chore: fix ci
2024-01-15 12:53:53 +08:00
..
docker-compose.yml Fix the app's Dockerfile and comment it (#2162) 2023-04-11 10:26:04 +08:00
Dockerfile chore: support localhost and development mode (#4384) 2024-01-15 12:53:53 +08:00
README.md fix: multiple improvements in docker image 2022-02-23 12:28:28 +01:00

Docker image

Build AppFlowy docker image using the following command:

docker-compose build --build-arg uid=$(id -u) --build-arg gid=$(id -g)

For more information, check out our documentation:

https://appflowy.gitbook.io/docs/essential-documentation/install-appflowy/installation-methods/installing-with-docker