mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-16 03:41:45 -04:00
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DEBIAN_FRONTEND=noninteractive
|
|
|
|
cd infra/dev
|
|
make build
|
|
make up |