fix: missing package

This commit is contained in:
Methapon2001 2024-04-03 09:18:57 +07:00
parent bc77e8aab5
commit 58cc1ef8f7

View file

@ -5,6 +5,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN apt-get update && apt-get install -y openssl
RUN pnpm i -g prisma
WORKDIR /app