corepack lol
Some checks failed
commit-tag / commit-tag-image (push) Failing after 54s

This commit is contained in:
a 2025-03-01 15:17:19 -06:00
parent 6e1595a7c5
commit 24cf9db757
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -15,6 +15,6 @@ COPY tsconfig.json package.json cli .
COPY src src COPY src src
# make sure it passes compilation before compiling # make sure it passes compilation before compiling
RUN yarn tsc RUN corepack yarn tsc
ENTRYPOINT ["/app/cli"] ENTRYPOINT ["/app/cli"]