pikto commited on
Commit
d841c7f
1 Parent(s): f942c58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  #FROM node:18
2
- #RUN git clone https://github.com/piktokenn/ChatGPT-Next-Web.git
3
  #WORKDIR "ChatGPT-Next-Web"
4
  #RUN npm i
5
  #RUN npm run build
@@ -13,7 +13,7 @@ FROM node:19-alpine
13
  RUN git clone https://github.com/PawanOsman/ChatGPT.git
14
 
15
  # Set the working directory
16
- WORKDIR /app
17
 
18
  # Copy source code
19
  COPY . .
 
1
  #FROM node:18
2
+ RUN git clone https://github.com/piktokenn/ChatGPT-Next-Web.git
3
  #WORKDIR "ChatGPT-Next-Web"
4
  #RUN npm i
5
  #RUN npm run build
 
13
  RUN git clone https://github.com/PawanOsman/ChatGPT.git
14
 
15
  # Set the working directory
16
+ WORKDIR "app"
17
 
18
  # Copy source code
19
  COPY . .