understanding commited on
Commit
624938d
·
verified ·
1 Parent(s): 1f93839

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,11 +10,11 @@ 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
- COPY package*.json ./
14
-
15
  WORKDIR /home/node/tav
16
  # Create necessary directories and set permissions
17
 
 
 
18
  RUN chmod -R 777 /home/node/tav/
19
  # Copy any local custom files (if applicable, e.g., your bot code)
20
  # Uncomment this line if you have local modifications to include
 
10
  # Clone the repository directly into the working directory
11
  RUN git clone https://github.com/testingol/ckptw-wabot/ /home/node/tav
12
 
 
 
13
  WORKDIR /home/node/tav
14
  # Create necessary directories and set permissions
15
 
16
+ COPY package*.json ./
17
+
18
  RUN chmod -R 777 /home/node/tav/
19
  # Copy any local custom files (if applicable, e.g., your bot code)
20
  # Uncomment this line if you have local modifications to include