jiome commited on
Commit
7dba112
·
verified ·
1 Parent(s): 52a1680

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM node:18
5
  WORKDIR /app
6
 
7
  # Clone the code from the GitHub repository
8
- RUN git clone https://github.com/jokyo02/cli-worker .
9
 
10
  # Install the dependencies
11
  RUN npm install
 
5
  WORKDIR /app
6
 
7
  # Clone the code from the GitHub repository
8
+ RUN git clone https://github.com/jokyo02/clivpn .
9
 
10
  # Install the dependencies
11
  RUN npm install