rm Dockerfile-front
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
taro 2025-03-04 03:35:48 -03:00
parent 6e6626e29c
commit e1e87cfcd6
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" ]