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