Update Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python
|
||||
|
||||
ADD manual_test.py /python/manual_test.py
|
||||
ADD undelete_for_hse.py /python/undelete_for_hse.py
|
||||
|
||||
RUN pip install esdk-obs-python
|
||||
|
||||
CMD ["python3","-u","/python/manual_test.py"]
|
||||
CMD ["python3","-u","/python/undelete_for_hse.py"]
|
||||
Reference in New Issue
Block a user