2ch commited on
Commit
6303768
·
verified ·
1 Parent(s): 2178079

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,4 +3,4 @@ WORKDIR /app
3
  RUN git clone https://github.com/PublicAffairs/openai-gemini /app/tmp
4
  RUN mv /app/tmp/* /app
5
  RUN npm install
6
- CMD [ "node", "node.mjs" ]
 
3
  RUN git clone https://github.com/PublicAffairs/openai-gemini /app/tmp
4
  RUN mv /app/tmp/* /app
5
  RUN npm install
6
+ CMD ["npm", "start"]