fixed dockerfile... I think

This commit is contained in:
FifthWit 2025-02-25 15:05:28 -06:00
parent a9dc167967
commit db32a6f0e1

View file

@ -5,6 +5,9 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN pnpm install -g pnpm@latest
RUN pnpm setup
# install packages
COPY package.json ./
COPY pnpm-lock.yaml ./