diff --git a/Dockerfile b/Dockerfile index 5df996b..df1060d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,6 @@ COPY --from=builder /app/dist ./dist COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml -RUN pnpm install --prod --frozen-lockfile - EXPOSE 3000 CMD ["node", "./dist/server/entry.mjs"]