From 96a0dc1f3381e570207654ef5121218c8b38d96e Mon Sep 17 00:00:00 2001 From: emochka2007 Date: Tue, 28 May 2024 23:54:51 +0300 Subject: [PATCH] fx dockerfile --- chain-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-api/Dockerfile b/chain-api/Dockerfile index d06d24e..0d8d4ef 100644 --- a/chain-api/Dockerfile +++ b/chain-api/Dockerfile @@ -7,9 +7,9 @@ COPY package*.json ./ RUN npm ci COPY . . +RUN npx hardhat compile && npx hardhat typechain RUN npm run build -RUN npx hardhat compile && npx hardhat typechain CMD [ "node", "dist/src/main.js" ]