Spaces:
Sleeping
Sleeping
Modified Docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 12 |
|
| 13 |
-
RUN chmod -R 777
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 12 |
|
| 13 |
+
RUN chmod -R 777 db
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|