diff --git a/Dockerfile b/Dockerfile index 7c96bf4..b6efade 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /app COPY . /app -RUN npm i && \ +RUN npm clean-install && \ npm run build && \ npm run register -CMD [ "npm", "run", "start" ] \ No newline at end of file +CMD [ "npm", "run", "start" ]