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
|
||||
Reference in New Issue
Block a user