Skip to content
Dockerfile 66 B
Newer Older
FROM python:alpine
COPY burn.py /bin/
ENTRYPOINT ["/bin/burn.py"]