Moved to separate rep

This commit is contained in:
2024-11-10 15:06:21 +00:00
commit 6ab38e11e5
6 changed files with 78 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM python:3.9.13-slim-buster
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
CMD ["python3", "-u", "update_client.py"]