diff --git a/Dockerfile b/Dockerfile index b37a744..aa7cd7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV NODE_ENV=production \ PORT=3000 RUN npm install -g pnpm && \ - pnpm install --frozen-lockfile + pnpm install COPY . .