diff --git a/Dockerfile b/Dockerfile index 04f5e78..e12a88d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY package.json package-lock.json* ./ -RUN npm ci +RUN npm install COPY . .