hekod19045 commited on
Commit
5ee3fb6
·
verified ·
1 Parent(s): 7a4332e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /etc/searxng && \
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)