final fixes
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user