chore: remove unused Dockerfile from bunPipeline
All checks were successful
CI / eslint (pull_request) Successful in 1m26s
CI / prettier (pull_request) Successful in 1m34s
CI / Checkstyle Main (pull_request) Successful in 5m21s
CI / test-build (pull_request) Successful in 3m14s

This commit is contained in:
We ball 2025-02-19 12:48:40 +01:00
parent 0c7c2ae9fa
commit 356a599dd5
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -1,8 +0,0 @@
FROM imbios/bun-node
COPY package.json .
COPY bun.lock .
RUN bun install
CMD ["/bin/sh"]