Skip to content

Commit

Permalink
fix(Dockerfile): use /godwoken-web3 as web3 dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Feb 13, 2023
1 parent 2c0faae commit fa7a522
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

FROM node:14-bullseye

COPY . /godwoken/.
COPY ./web3 /godwoken-web3

WORKDIR /godwoken/web3

RUN yarn && yarn build
RUN cd /godwoken-web3 && yarn && yarn build

RUN npm install pm2 -g

Expand Down

0 comments on commit fa7a522

Please sign in to comment.