Initial commit: TA Organizer script with Docker support
This commit is contained in:
commit
1230ae7adf
4 changed files with 112 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY ta_symlink.py .
|
||||
RUN pip install --no-cache-dir requests
|
||||
CMD ["python", "ta_symlink.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue