Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM node:20
|
2 |
-
RUN git clone https://
|
3 |
WORKDIR /app
|
4 |
COPY . /app
|
5 |
RUN npm install
|
|
|
1 |
FROM node:20
|
2 |
+
RUN git clone https://github.com/scenaristeur/igora /app
|
3 |
WORKDIR /app
|
4 |
COPY . /app
|
5 |
RUN npm install
|