chore(ci): test complete runner
Runner test / test (push) Successful in 26s

This commit is contained in:
2026-08-31 17:21:58 +04:00
parent 1e1991a3ce
commit 985ed68038
4 changed files with 20 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM oven/bun:1
WORKDIR /app
COPY index.ts .
CMD ["bun", "run", "index.ts"]