Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
11 |
# Set permissions for the working directory
|
12 |
-
RUN
|
13 |
|
14 |
# Set permissions for the database file
|
15 |
RUN touch /code/users.db && chmod 777 /code/users.db
|
|
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
11 |
# Set permissions for the working directory
|
12 |
+
RUN chmod 777 /code
|
13 |
|
14 |
# Set permissions for the database file
|
15 |
RUN touch /code/users.db && chmod 777 /code/users.db
|