Initial commit
This commit is contained in:
commit
e143984090
8 changed files with 205 additions and 0 deletions
5
rng/Dockerfile
Normal file
5
rng/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM python:alpine
|
||||
RUN pip install Flask
|
||||
COPY rng.py /
|
||||
CMD ["python", "rng.py"]
|
||||
EXPOSE 80
|
||||
Reference in a new issue