Added setup.sh to repo

This commit is contained in:
2025-02-13 16:42:34 +00:00
parent a354657ef9
commit 911716468c
2 changed files with 40 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ cleanup-versions:
deploy:
#!/usr/bin/env bash
docker compose up -d --wait
docker exec -it am-d-modeleu-worker-1 setup.sh
docker exec -it am-d-modeleu-worker-1 ./setup.sh
fmt:
bun run prettier --write "**/*.{js,jsx,ts,tsx,html,css,scss,sass,svelte,yaml,json,markdown}"