feat: move to NPM

This commit is contained in:
Damillora 2024-03-13 00:06:34 +07:00
parent 7e90e2f46b
commit 2fed80a8d8
3 changed files with 7051 additions and 2513 deletions

View File

@ -1,10 +1,9 @@
FROM node:16-alpine FROM node:16-alpine
# install dependencies # install dependencies
WORKDIR /app WORKDIR /app
RUN npm install -g pnpm
COPY . . COPY . .
RUN pnpm install RUN npm install
RUN pnpm build RUN npm run build
FROM node:16-alpine FROM node:16-alpine
WORKDIR /app WORKDIR /app
COPY --from=0 /app/build /app COPY --from=0 /app/build /app

7049
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff