mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
🧰 api: add tool "uv-upx" (kin to poetry-plugin-up)
This commit is contained in:
parent
d0a7daf7be
commit
eb3985d6a9
1 changed files with 2 additions and 2 deletions
|
|
@ -46,10 +46,10 @@
|
|||
},
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "sudo /usr/local/py-utils/bin/poetry self add poetry-plugin-up",
|
||||
"postCreateCommand": "uv tool install uv-upx",
|
||||
|
||||
// Use 'postStartCommand' to run commands after the container is started.
|
||||
"postStartCommand": "uv sync"
|
||||
"postStartCommand": "uv tool upgrade uv-upx && uv sync"
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue