Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM node:18
|
| 2 |
-
RUN git clone https://github.com/Igroshka/Gpt.
|
| 3 |
WORKDIR "Gpt"
|
| 4 |
RUN npm i
|
| 5 |
RUN npm run build
|
|
|
|
| 1 |
FROM node:18
|
| 2 |
+
RUN git clone https://github.com/Igroshka/Gpt.git
|
| 3 |
WORKDIR "Gpt"
|
| 4 |
RUN npm i
|
| 5 |
RUN npm run build
|