This website requires JavaScript.
Explore
Help
Sign In
chillya
/
test-repi
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
test-repi
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
8 lines
79 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
chore(ci): test complete runner
2026-08-31 17:21:58 +04:00
FROM
oven/bun:1
WORKDIR
/app
COPY
index.ts .
CMD
[
"bun"
,
"run"
,
"index.ts"
]
Reference in New Issue
Copy Permalink