mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 13:42:01 +03:00
2496431703
* Update CI and CD scripts * Fix docker docs build * Fix CD * Fix CD * Update front build and add postgres intel pg_graphql files * Fix postgres install * Fix * Update docs
13 lines
284 B
Makefile
13 lines
284 B
Makefile
provision-on-docker:
|
|
@docker compose -f docker/docker-compose.yml up
|
|
|
|
provision-on-macos-arm:
|
|
sh ./macos/arm/provision-postgres-macos-arm.sh
|
|
|
|
provision-on-macos-intel:
|
|
sh ./macos/intel/provision-postgres-macos-intel.sh
|
|
|
|
provision-on-linux:
|
|
sh ./linux/provision-postgres-linux.sh
|
|
|