7 lines
149 B
Docker
7 lines
149 B
Docker
FROM python
|
|
|
|
ADD undelete_for_hse.py /python/undelete_for_hse.py
|
|
|
|
RUN pip install esdk-obs-python
|
|
|
|
CMD ["python3","-u","/python/undelete_for_hse.py"] |