Spaces:
Running
Running
Commit ·
c4aa67f
1
Parent(s): 712071b
dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ RUN
|
|
| 10 |
|
| 11 |
RUN apk add --no-cache python3 py3-pip tini; \
|
| 12 |
pip install --upgrade pip setuptools-scm; \
|
| 13 |
-
pip install -r requirements.txt\
|
| 14 |
python3 manage.py makemigrations; \
|
| 15 |
python3 manage.py migrate;
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
RUN apk add --no-cache python3 py3-pip tini; \
|
| 12 |
pip install --upgrade pip setuptools-scm; \
|
| 13 |
+
pip install -r requirements.txt; \
|
| 14 |
python3 manage.py makemigrations; \
|
| 15 |
python3 manage.py migrate;
|
| 16 |
|