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