understanding commited on
Commit
cbbb29d
·
verified ·
1 Parent(s): cec7336

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://github.com/testingol/ckptw-wabot.git . && \
15
 
16
  # Create necessary directories and set permissions
17
  RUN mkdir -p ./session ./downloads ./state ./app/database.json && \
18
- chmod -R 777 ./session ./downloads ./state ./app/database.json
19
 
20
  # Copy any local custom files (if applicable, e.g., your bot code)
21
  # Uncomment this line if you have local modifications to include
 
15
 
16
  # Create necessary directories and set permissions
17
  RUN mkdir -p ./session ./downloads ./state ./app/database.json && \
18
+ chmod -R 777 ./session ./downloads ./state ./database.json
19
 
20
  # Copy any local custom files (if applicable, e.g., your bot code)
21
  # Uncomment this line if you have local modifications to include