This commit is contained in:
taro 2025-02-23 15:36:00 -03:00
parent 4f6b7b7632
commit 90db0034e1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
FROM node:20-bookworm
RUN npm install -g pnpm@8
WORKDIR /hedera
COPY package.json pnpm-lock.yaml ./
RUN pnpm install
COPY . .
CMD [ "npm", "run", "front" ]