FROM pynidm:latest

RUN pip3 install flask flask_restful flask-cors

EXPOSE 5000
CMD ["python", "/opt/project/rest-server.py"]
