understanding commited on
Commit
8f71a44
·
verified ·
1 Parent(s): fd92ae4

Update Dockerfile

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