Spaces:
Runtime error
Runtime error
Commit ·
665a9d5
1
Parent(s): 0277ad1
updated docker file
Browse files- 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
|
| 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 |
|