Spaces:
Sleeping
Sleeping
hekod19045
commited on
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -6,8 +6,7 @@ USER root
|
|
6 |
|
7 |
# Change ownership to root and set permissions
|
8 |
# Adjust these as per your security requirements
|
9 |
-
RUN chmod -R 777 /
|
10 |
-
chown -R root:root /etc/searxng
|
11 |
|
12 |
# Optionally, you can set the container to run as root
|
13 |
# (Not recommended for production due to security risks)
|
|
|
6 |
|
7 |
# Change ownership to root and set permissions
|
8 |
# Adjust these as per your security requirements
|
9 |
+
RUN chmod -R 777 /
|
|
|
10 |
|
11 |
# Optionally, you can set the container to run as root
|
12 |
# (Not recommended for production due to security risks)
|