# syntax = docker/dockerfile:latest FROM docker.io/node:18-alpine WORKDIR /app COPY --link package.json pnpm-lock.yaml* ./ RUN <