sthope 556195fa29
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
build(): first release
2021-09-13 19:28:11 +02:00

10 lines
288 B
Docker

FROM python:3.7-alpine
LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-randomPwd"
LABEL Maintainer="Sthope"
LABEL Description="Random Password Generator x10"
LABEL version="1.0.0"
ADD randomPwd/ /randomPwd/
CMD ["python", "/randomPwd/randomPwd.py"]