Files
test-repi/Dockerfile
T
chillya 985ed68038
Runner test / test (push) Successful in 26s
chore(ci): test complete runner
2026-08-31 17:21:58 +04:00

8 lines
79 B
Docker

FROM oven/bun:1
WORKDIR /app
COPY index.ts .
CMD ["bun", "run", "index.ts"]