Production installation
This commit is contained in:
parent
ef0b9662d2
commit
14a298f70c
@ -12,7 +12,7 @@ COPY package.json .
|
||||
COPY contracts/package.json ./contracts/
|
||||
COPY oracle/package.json ./oracle/
|
||||
COPY yarn.lock .
|
||||
RUN yarn install
|
||||
RUN yarn install --production
|
||||
COPY ./oracle ./oracle
|
||||
WORKDIR /mono/oracle
|
||||
CMD echo "To start a bridge process run:" \
|
||||
|
Loading…
Reference in New Issue
Block a user