mirror of https://github.com/interlegis/sigi.git
Lude Ribeiro
3 years ago
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
FROM python:3 |
||||
|
ENV PYTHONDONTWRITEBYTECODE=1 |
||||
|
ENV PYTHONUNBUFFERED=1 |
||||
|
COPY requirements/dev-requirements.txt / |
||||
|
RUN pip install -r requirements/dev-requirements.txt |
||||
|
CMD python ./manage.py runserver |
Loading…
Reference in new issue