experimental: new sysprompt

This commit is contained in:
Xory 2025-10-22 22:45:04 +03:00
parent 70612cb353
commit 118218cc53
3 changed files with 13 additions and 18 deletions

View file

@ -7,7 +7,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY ./main.py ./
COPY ./tools.py ./
COPY ./.env ./
COPY ./sysprompt.md ./
RUN useradd app
USER app
CMD ["python", "main.py"]
CMD ["python", "main.py"]