initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
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"]
|
Reference in New Issue
Block a user