diff --git a/Dockerfile b/Dockerfile index b4237dc..f045310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # Install deps for build COPY package*.json . -RUN npm ci +RUN npm i # Copy source and build COPY . .