Spaces:
Building
Building
Update Dockerfile
#2
by
understanding
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN git clone https://github.com/testingol/ckptw-wabot.git . && \
|
|
14 |
npm install --omit=dev
|
15 |
|
16 |
# Create necessary directories and set permissions
|
17 |
-
RUN mkdir -p ./session ./downloads ./state
|
18 |
chmod -R 777 ./session ./downloads ./state ./database.json
|
19 |
|
20 |
# Copy any local custom files (if applicable, e.g., your bot code)
|
|
|
14 |
npm install --omit=dev
|
15 |
|
16 |
# Create necessary directories and set permissions
|
17 |
+
RUN mkdir -p ./session ./downloads ./state && \
|
18 |
chmod -R 777 ./session ./downloads ./state ./database.json
|
19 |
|
20 |
# Copy any local custom files (if applicable, e.g., your bot code)
|