Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apk add --no-cache git && \
|
|
10 |
npm install -g [email protected]
|
11 |
|
12 |
# Clone the repository directly into the working directory
|
13 |
-
RUN git clone https://github.com/testingol/ckptw-wabot
|
14 |
npm install --omit=dev
|
15 |
|
16 |
# Create necessary directories and set permissions
|
|
|
10 |
npm install -g [email protected]
|
11 |
|
12 |
# Clone the repository directly into the working directory
|
13 |
+
RUN git clone https://github.com/testingol/ckptw-wabot.git . && \
|
14 |
npm install --omit=dev
|
15 |
|
16 |
# Create necessary directories and set permissions
|