diff --git a/Dockerfile b/Dockerfile index 6c95f6e..bcfb1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ WORKDIR /usr/src/app COPY / /usr/src/app/ -RUN npm install -g npm - RUN npm install RUN npm run build