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" ]