sysom/sysom_api/dockerfile

6 lines
96 B
Plaintext

FROM python:3.7.5
WORKDIR /home
RUN pip install django==3.2.3
RUN pip install uwsgi
EXPOSE 8080