FROM python:3
ADD server.py /
EXPOSE 8080
CMD [ "python", "./server.py"]
