Compare commits
1 Commits
5402cfa6b2
...
6180b35aae
| Author | SHA1 | Date | |
|---|---|---|---|
| 6180b35aae |
@ -5,7 +5,7 @@ packages = [
|
||||
]
|
||||
scripts_post_packages = [
|
||||
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
|
||||
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",
|
||||
"useradd -m -r -s /bin/sh appuser && chown -R appuser:appuser /app",
|
||||
"sudo -u appuser uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
|
||||
]
|
||||
scripts_final = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user