BG5 commited on
Commit
bb0ef7f
·
1 Parent(s): 3ae1027

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:18
2
  RUN git clone https://github.com/Licoy/ChatGPT-Midjourney.git
3
  WORKDIR "ChatGPT-Midjourney"
4
- RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000
7
  CMD ["npm", "run", "start"]
 
1
  FROM node:18
2
  RUN git clone https://github.com/Licoy/ChatGPT-Midjourney.git
3
  WORKDIR "ChatGPT-Midjourney"
4
+ RUN npm i
5
  RUN npm run build
6
  EXPOSE 3000
7
  CMD ["npm", "run", "start"]