mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03: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 |