volume-backup/Dockerfile

4 wiersze
67 B
Docker

FROM python:onbuild
ENTRYPOINT [ "python", "./volume-backup.py" ]