whois/Dockerfile

4 lines
96 B
Docker
Raw Permalink Normal View History

2018-03-28 10:15:11 +02:00
FROM frolvlad/alpine-python3
RUN pip3 install gunicorn EPP flask flask-restful
EXPOSE 8000:8000