Initial Commit
Update Dockerfile_cleaner, Dockerfile_recorder, and 12 more files...
This commit is contained in:
7
Dockerfile_cleaner
Normal file
7
Dockerfile_cleaner
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["python", "-u", "/app/app.py"]
|
Reference in New Issue
Block a user