fixed local setup to run on ARM64 (#6877)

* fixed local setup to run on ARM64

* set local profile in makefile by default

* reverted compose comment for postgres command
This commit is contained in:
Andrii Chubatiuk
2024-04-12 11:10:34 +03:00
committed by GitHub
parent 9601660751
commit 77d7508cee
4 changed files with 11 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
export COMPOSE_PROFILES=local
compose_build: .env
docker compose build