Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|
18 |
-
RUN mkdir -p /
|
19 |
|
20 |
# Set permissions for the database file
|
21 |
RUN touch /user/users.db && chmod 777 /user/users.db
|
|
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
17 |
|
18 |
+
RUN mkdir -p /user/.cache && chmod 777 /user/.cache
|
19 |
|
20 |
# Set permissions for the database file
|
21 |
RUN touch /user/users.db && chmod 777 /user/users.db
|