4 lines
96 B
Docker
4 lines
96 B
Docker
FROM frolvlad/alpine-python3
|
|
|
|
RUN pip3 install gunicorn EPP flask flask-restful
|
|
EXPOSE 8000:8000 |