mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-23 18:39:29 +00:00
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…
x
Reference in New Issue
Block a user