mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
update Dockerfile
This commit is contained in:
parent
5a8b6247a9
commit
ed0a389df2
@ -7,7 +7,7 @@ WORKDIR /usr/app
|
||||
COPY yarn.lock .
|
||||
COPY package.json .
|
||||
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
|
||||
RUN yarn install --network-concurrency 2
|
||||
RUN yarn install
|
||||
COPY . ./
|
||||
|
||||
RUN yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user