diff --git a/Dockerfile b/Dockerfile index 099809a..c134bc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /home/node/app COPY . . # Install dependencies -RUN npm ci --omit=dev +RUN npm ci RUN npm run build