Update Dockerfile
Browse files- Dockerfile +1 -7
Dockerfile
CHANGED
@@ -1,7 +1 @@
|
|
1 |
-
FROM
|
2 |
-
RUN git clone https://github.com/Yidadaa/ChatGPT-Next-Web.git
|
3 |
-
WORKDIR "ChatGPT-Next-Web"
|
4 |
-
RUN npm i
|
5 |
-
RUN npm run build
|
6 |
-
EXPOSE 3000
|
7 |
-
CMD ["npm", "run", "start"]
|
|
|
1 |
+
FROM yidadaa/chatgpt-next-web
|
|
|
|
|
|
|
|
|
|
|
|