From 0ce357ae1cf4441e0702c2b56b5ad7ca8c9111e9 Mon Sep 17 00:00:00 2001 From: Andrei Balanuta <43002968+snurfer0@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:30:58 +0200 Subject: [PATCH] fix: docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 36fa4b0..f218287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ WORKDIR /usr/src/app COPY --from=deps /usr/src/app/node_modules ./node_modules COPY . . +RUN yarn app:typechain:generate RUN yarn build # Production image, copy all the files and run next