final fixes

This commit is contained in:
2024-10-22 16:26:30 +03:00
parent fa945a2f94
commit c03946ffc0
5 changed files with 53 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
FROM python
ADD undelete_for_hse.py /python/undelete_for_hse.py
ADD permanently_delete_files.py /python/permanently_delete_files.py
RUN pip install esdk-obs-python
CMD ["python3","-u","/python/undelete_for_hse.py"]
CMD ["python3","-u","/python/permanently_delete_files.py"]