Update Dockerfile
Browse files- 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 [
|
|
|
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"]
|