doorboy-proxy/Dockerfile
Madis Mägi c61f8175e6 Drop gunicorn and bind to 0.0.0.0 (#12)
Reviewed-on: #12
Co-authored-by: Madis Mägi <madis.magi@k-space.ee>
Co-committed-by: Madis Mägi <madis.magi@k-space.ee>
2021-10-26 16:37:57 +00:00

9 lines
125 B
Docker

FROM python:3
WORKDIR /app
COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY *.py ./
CMD python doorboy.py