FROM python:onbuild

EXPOSE 3100

ENV deploy="prod"

RUN /usr/local/bin/alembic upgrade head
CMD ["python", "src/server.py"]
