mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-12-29 14:26:08 -05:00
update docker image, compose file
This commit is contained in:
parent
09429eb276
commit
74dbd94de8
3 changed files with 18 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /usr/app
|
|||
|
||||
COPY yarn.lock .
|
||||
COPY package.json .
|
||||
RUN apk update && apk add --no-cache g++ make python3 git openssh && rm -rf /var/cache/apk/*
|
||||
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
|
||||
RUN yarn install --network-concurrency 2
|
||||
COPY . ./
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ ENV NODE_ENV=production
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk update && apk add --no-cache g++ make python3 git openssh && rm -rf /var/cache/apk/*
|
||||
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
|
||||
|
||||
COPY --from=dev /usr/app/build /app
|
||||
COPY --from=dev /usr/app/package.json /app/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue