Semaphore/.devcontainer/postCreateCommand.sh

17 lines
329 B
Bash
Raw Normal View History

go install github.com/go-task/task/v3/cmd/task@latest
2024-10-11 15:27:28 +02:00
(cd ./web && npm install)
2024-10-11 16:17:39 +02:00
python3 -m venv .venv
2024-10-11 18:06:12 +02:00
./.venv/bin/pip3 install ansible
2024-10-11 16:17:39 +02:00
2024-10-11 15:27:28 +02:00
task build
./bin/semaphore user add \
--admin \
2024-10-11 21:38:09 +02:00
--login admin \
--name Admin \
--email admin@example.com \
--password changeme \
2024-10-11 15:27:28 +02:00
--config ./.devcontainer/config.json