Spaces:
Building
Building
Update Dockerfile
Browse files- 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 ./
|
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
|