addded services
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.9-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
COPY cleaner.py /cleaner.py
|
||||
|
||||
CMD ["python", "/cleaner.py"]
|
||||
Reference in New Issue
Block a user