Semaphore/.devcontainer/postCreateCommand.sh
2024-10-11 16:06:12 +00:00

17 lines
333 B
Bash
Executable File

go install github.com/go-task/task/v3/cmd/task@latest
(cd ./web && npm install)
python3 -m venv .venv
./.venv/bin/pip3 install ansible
task build
./bin/semaphore user add \
--admin \
--login user123 \
--name User123 \
--email user123@example.com \
--password 123456 \
--config ./.devcontainer/config.json