Added adapter
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m10s

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 . . COPY . .
RUN npm i -g pnpm
RUN pnpm install RUN pnpm install
RUN pnpm run build RUN pnpm run build