Commit 7b5c725
committed
🐳 fix(docker): include justfile in runtime image
Copy justfile into the bot container and symlink it into /app/bot so Available recipes:
arch-test
bench-kdf
build tag="latest" # Docker targets
check
check-fast
clean-docker
default # Default target
finish-task plan_name
fmt
lint
metrics
migrate-wallet-crypto-v2 args="--dry-run"
push-gitdocker tag="latest"
run
secret-scan
shell
start-task task_id title=""
test
test-e2e-smoke
test-external
test-fast
typecheck-full works from both /app and /app/bot during operational maintenance tasks.1 parent fff4fc6 commit 7b5c725
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments