noot
All checks were successful
commit-tag / commit-tag-image (push) Successful in 6m49s

This commit is contained in:
a 2025-03-01 15:34:38 -06:00
parent 59a04ab9b0
commit 067432eda9
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -11,12 +11,12 @@ RUN npm i -g tsx
USER 1000:1000
WORKDIR /app
## copy the necessary files after pulling deps
COPY --from=builder /build/node_modules node_modules
COPY tsconfig.json package.json cli .yarnrc.yml yarn.lock .
COPY src src
# make sure it passes compilation before compiling
# make sure it passes compilation before publishing image
RUN corepack yarn tsc
ENTRYPOINT ["/app/cli"]