fix redeem dockerfile to compile contracts
This commit is contained in:
parent
0677ea7b89
commit
670c20b3c9
|
@ -6,4 +6,5 @@
|
|||
/dist
|
||||
/build
|
||||
/node_modules
|
||||
/scripts/contracts
|
||||
/scripts/node_modules
|
||||
|
|
|
@ -5,7 +5,7 @@ WORKDIR /usr/relayer
|
|||
COPY . .
|
||||
|
||||
RUN yarn && \
|
||||
cd scripts && yarn && cd ../ \
|
||||
cd scripts && yarn && cd ../ && \
|
||||
make build-relayer-contracts
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
Loading…
Reference in New Issue