Initial Commit

Update Dockerfile_cleaner, Dockerfile_recorder, and 12 more files...
This commit is contained in:
2023-05-15 17:07:19 +02:00
commit 6b3ef62c4b
14 changed files with 752 additions and 0 deletions

7
Dockerfile_cleaner Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3-alpine
RUN apk update && apk upgrade
WORKDIR /app
CMD ["python", "-u", "/app/app.py"]