DockerFile included
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
asgiref==3.3.4
|
asgiref==3.3.4
|
||||||
autopep8==1.5.7
|
autopep8==1.5.7
|
||||||
|
certifi==2020.12.5
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
Django==3.2.3
|
Django==3.2.3
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
@@ -14,5 +15,7 @@ pytz==2021.1
|
|||||||
retrying==1.3.3
|
retrying==1.3.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sqlparse==0.4.1
|
sqlparse==0.4.1
|
||||||
|
toml==0.10.2
|
||||||
Unipath==1.1
|
Unipath==1.1
|
||||||
whitenoise==5.2.0
|
whitenoise==5.2.0
|
||||||
|
wincertstore==0.2
|
||||||
Reference in New Issue
Block a user