3 lines
52 B
Text
3 lines
52 B
Text
|
FROM python:2-onbuild
|
||
|
CMD ['python', './backup.py']
|