Add cache to other pipelines #36

Merged
jank1619 merged 45 commits from feature/custom-pipeline-images into main 2025-02-19 11:55:51 +00:00
Showing only changes of commit 483446cdd9 - Show all commits

View File

@ -3,4 +3,6 @@ FROM imbios/bun-node
COPY package.json . COPY package.json .
COPY bun.lock . COPY bun.lock .
RUN bun install RUN bun install
CMD ["/bin/sh"]