understanding commited on
Commit
6a293a6
·
verified ·
1 Parent(s): 8a93806

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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