mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-24 19:05:30 +01:00
dockerfile fix
This commit is contained in:
parent
fbc150b61f
commit
8443eab788
@ -1,13 +1,13 @@
|
|||||||
FROM tornadocash/phase2-bn254 as bin
|
FROM tornadocash/phase2-bn254 as bin
|
||||||
|
|
||||||
FROM node:11
|
FROM node:12-buster
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install && yarn cache clean --force
|
RUN yarn install && yarn cache clean --force
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
COPY --from=bin /usr/bin/phase2_verify_contribution /app/bin/
|
COPY --from=bin /usr/bin/phase2_verify_contribution /app/server/bin/
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
HEALTHCHECK CMD curl -f http://localhost:3000/
|
HEALTHCHECK CMD curl -f http://localhost:3000/
|
||||||
|
Loading…
Reference in New Issue
Block a user