Update Dockerfile
Browse files- 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/
|
| 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
|