Added adapter

This commit is contained in:
Atridad Lahiji 2025-01-23 00:12:38 -06:00
parent a3b1d94823
commit b0e35c574c
Signed by: atridad
SSH Key Fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View File

@ -3,6 +3,7 @@ WORKDIR /app
COPY . .
RUN npm i -g pnpm
RUN pnpm install
RUN pnpm run build