refactor: remove tjaf dependency; add local TJA parser
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.13.2
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
CMD ["gunicorn", "app:app", "--access-logfile", "-", "--bind", "0.0.0.0"]
|
||||
Reference in New Issue
Block a user