Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM node:20
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
-
RUN git clone https://github.com/
|
| 6 |
|
| 7 |
RUN npm install
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
+
RUN git clone https://github.com/EvolutionAPI/evolution-api .
|
| 6 |
|
| 7 |
RUN npm install
|
| 8 |
|