understanding commited on
Commit
a3d6f25
·
verified ·
1 Parent(s): 1707495

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ COPY . .
44
 
45
  # Create the directories as requested and set permissions to 777 (Use with caution!)
46
  # WARNING: chmod 777 is a potential security risk. Grants full access to everyone.
47
- RUN mkdir -p ./session ./downloads ./dist ./auth_info_baileys && \
48
  chmod -R 777 ./session ./downloads ./auth_info_baileys /.dist
49
 
50
  # Switch to the non-root 'node' user (still recommended for running the process)
 
44
 
45
  # Create the directories as requested and set permissions to 777 (Use with caution!)
46
  # WARNING: chmod 777 is a potential security risk. Grants full access to everyone.
47
+ RUN mkdir -p ./session ./downloads ./auth_info_baileys && \
48
  chmod -R 777 ./session ./downloads ./auth_info_baileys /.dist
49
 
50
  # Switch to the non-root 'node' user (still recommended for running the process)