Compare commits
1 Commits
0ffd8b06c0
...
9e091ee713
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e091ee713 |
@ -13,7 +13,7 @@ docker_changes = [
|
||||
"HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD curl -f http://localhost:8000/health || exit 1",
|
||||
"USER appuser",
|
||||
"uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
|
||||
"ENV PATH=\"/home/appuser/.local/bin:$PATH\""
|
||||
"ENV PATH=\"/home/appuser/.local/bin:$PATH\"",
|
||||
"WORKDIR /app",
|
||||
"CMD [\"artifactapi\"]"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user