mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
fixes ctrl+c on docker run
This commit is contained in:
+1
-1
@@ -37,4 +37,4 @@ FROM base
|
||||
|
||||
EXPOSE 8191
|
||||
HEALTHCHECK --interval=15m --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:8191/health" ]
|
||||
CMD ["./cmd.sh"]
|
||||
ENTRYPOINT ["uv", "run", "main.py"]
|
||||
|
||||
@@ -63,7 +63,7 @@ docker run -p 8191:8191 ghcr.io/thephaseless/byparr:latest
|
||||
### Local
|
||||
|
||||
```bash
|
||||
uv sync && ./cmd.sh
|
||||
uv sync && uv run main.py
|
||||
```
|
||||
|
||||
## Need help with / TODO
|
||||
|
||||
Reference in New Issue
Block a user