mumer119131 commited on
Commit
665a9d5
·
1 Parent(s): 0277ad1

updated docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
 
10
  COPY . .
11
  # Collect static files and run migrations
12
- RUN python manage.py collectstatic --noinput
13
  RUN python manage.py migrate
14
 
15
 
 
9
 
10
  COPY . .
11
  # Collect static files and run migrations
12
+ RUN python manage.py makemigrations
13
  RUN python manage.py migrate
14
 
15