sthope 885175848d
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
build(): first release
2021-09-13 19:19:57 +02:00

10 lines
310 B
Docker

FROM python:3.7-alpine
LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-RandomPort"
LABEL Maintainer="Sthope"
LABEL Description="Random Port Generator between 10000 and 65535"
LABEL version="1.0.0"
ADD randomport/ /randomport/
CMD ["python", "/randomport/randomport1.py"]