diff --git a/conduit-front/Dockerfile b/conduit-front/Dockerfile index 6d4d9e88a44114cd7ff4591843df56c886905b87..d880ee9f65cb4e52c3f3aa1cf0132c592ea8c169 100644 --- a/conduit-front/Dockerfile +++ b/conduit-front/Dockerfile @@ -12,4 +12,5 @@ RUN npm install COPY . . EXPOSE 4100 -CMD [ "npm", "start" ] +#CMD [ "npm", "start" ] +CMD [ "npm", "run", "build" ]