rm Dockerfile-front
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
6e6626e29c
commit
e1e87cfcd6
|
@ -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" ]
|
Loading…
Reference in New Issue