flask webui
This commit is contained in:
parent
6095717dd3
commit
1ecb31ae12
2 changed files with 70 additions and 14 deletions
|
|
@ -1,5 +1,6 @@
|
|||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY ta_symlink.py .
|
||||
RUN pip install --no-cache-dir requests
|
||||
RUN pip install --no-cache-dir requests flask
|
||||
EXPOSE 5000
|
||||
CMD ["python", "ta_symlink.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue