fix: setup-postgres-macos.sh (#2575)
* fix: setup-postgres-macos.sh * Provide intel, arm mac os scripts --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -14,8 +14,11 @@ provision-postgres-docker:
|
||||
@docker volume rm twenty_db_data || true
|
||||
@docker compose up --build postgres -d
|
||||
|
||||
provision-postgres-macos:
|
||||
sh ./scripts/setup-postgres-macos.sh
|
||||
provision-postgres-macos-arm:
|
||||
sh ./scripts/setup-postgres-macos-arm.sh
|
||||
|
||||
provision-postgres-macos-intel:
|
||||
sh ./scripts/setup-postgres-macos-intel.sh
|
||||
|
||||
provision-postgres-linux:
|
||||
sh ./scripts/setup-postgres-linux.sh
|
||||
|
||||
Reference in New Issue
Block a user