From 8443eab788b4c3ee6b38f7a66f753bd72c79d82c Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 5 Feb 2020 19:07:20 +0300 Subject: [PATCH] dockerfile fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a24121..af1861f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM tornadocash/phase2-bn254 as bin -FROM node:11 +FROM node:12-buster WORKDIR /app COPY package.json yarn.lock ./ RUN yarn install && yarn cache clean --force COPY . . -COPY --from=bin /usr/bin/phase2_verify_contribution /app/bin/ +COPY --from=bin /usr/bin/phase2_verify_contribution /app/server/bin/ EXPOSE 3000 HEALTHCHECK CMD curl -f http://localhost:3000/