diff --git a/ts/Dockerfile b/ts/Dockerfile index 1f1ee31..4e09c0f 100644 --- a/ts/Dockerfile +++ b/ts/Dockerfile @@ -15,6 +15,6 @@ COPY tsconfig.json package.json cli . COPY src src # make sure it passes compilation before compiling -RUN yarn tsc +RUN corepack yarn tsc ENTRYPOINT ["/app/cli"]