Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
23 |
RUN mkdir -p $HOME/.cache && chmod 777 $HOME/.cache
|
24 |
|
25 |
# Set permissions for the current directory (parent directory)
|
26 |
-
RUN
|
27 |
|
28 |
# Create the database file and set permissions
|
29 |
RUN touch $HOME/users.db && chmod 777 $HOME/users.db
|
|
|
23 |
RUN mkdir -p $HOME/.cache && chmod 777 $HOME/.cache
|
24 |
|
25 |
# Set permissions for the current directory (parent directory)
|
26 |
+
RUN chown -R user:user .
|
27 |
|
28 |
# Create the database file and set permissions
|
29 |
RUN touch $HOME/users.db && chmod 777 $HOME/users.db
|