DockerFile included

This commit is contained in:
2021-05-14 15:37:26 +05:30
parent e5c01d892b
commit 6f43dc6ee4
2 changed files with 15 additions and 1 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM python:3
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
RUN python manage.py migrate
CMD python /app/manage.py runserver

View File

@@ -1,5 +1,6 @@
asgiref==3.3.4
autopep8==1.5.7
certifi==2020.12.5
dj-database-url==0.5.0
Django==3.2.3
gunicorn==20.1.0
@@ -14,5 +15,7 @@ pytz==2021.1
retrying==1.3.3
six==1.16.0
sqlparse==0.4.1
toml==0.10.2
Unipath==1.1
whitenoise==5.2.0
whitenoise==5.2.0
wincertstore==0.2