diff --git a/webapp/Dockerfile b/webapp/Dockerfile index dcf26fe9..ef3983d4 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -4,7 +4,7 @@ COPY . /app WORKDIR /app #Install the dependencies -RUN npm install +RUN npm install --omit=dev ARG API_URI="http://localhost:8000" ARG LLM_API_KEY @@ -17,4 +17,4 @@ RUN npm install serve #Execute npm run prod to run the server CMD [ "npm", "run", "prod" ] -#CMD ["npm", "start"] \ No newline at end of file +#CMD ["npm", "start"]