chore: remove unused Dockerfile from bunPipeline
This commit is contained in:
parent
0c7c2ae9fa
commit
356a599dd5
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
FROM imbios/bun-node
|
||||
|
||||
COPY package.json .
|
||||
COPY bun.lock .
|
||||
|
||||
RUN bun install
|
||||
|
||||
CMD ["/bin/sh"]
|
Reference in a new issue