1
1
mirror of https://github.com/twentyhq/twenty.git synced 2024-12-29 23:34:50 +03:00
twenty/.devcontainer/init.sh
2023-06-25 13:14:23 -07:00

6 lines
63 B
Bash
Executable File

#!/bin/bash
DEBIAN_FRONTEND=noninteractive
make build
make up