kebab-collector/Dockerfile
marcsello c2f15ea5c1
All checks were successful
continuous-integration/drone/push Build is passing
Added docker stuff
2020-09-24 17:17:11 +02:00

7 lines
124 B
Docker

FROM python:3
COPY . /kebabc/
RUN pip3 install -r /kebabc/requirements.txt
WORKDIR /kebabc
CMD gunicorn -b 0.0.0.0 app:app