Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ RUN apk add --no-cache git && \
|
|
10 |
# Clone the repository directly into the working directory
|
11 |
RUN git clone https://github.com/testingol/ckptw-wabot/ /home/node/tav
|
12 |
|
|
|
13 |
|
14 |
WORKDIR /home/node/tav
|
15 |
# Create necessary directories and set permissions
|
|
|
10 |
# Clone the repository directly into the working directory
|
11 |
RUN git clone https://github.com/testingol/ckptw-wabot/ /home/node/tav
|
12 |
|
13 |
+
COPY package*.json ./
|
14 |
|
15 |
WORKDIR /home/node/tav
|
16 |
# Create necessary directories and set permissions
|