eve.dockerfile 154 B

1234567891011
  1. FROM aleksxp/docker-eve-python:legacy
  2. ADD ./ /eve
  3. WORKDIR /eve
  4. COPY . .
  5. RUN pip install -r requirements.txt
  6. CMD gunicorn app:app -c gunicorn_conf.py