Skip to content

Yrobot/docker-codes-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-codes-runner

contain several docker images as the code runtime environment for different code languages.

  • Typescript: [Bun.sh] - @yorbot/ts-runner
  • Jar: [Java11] - @yorbot/jar-runner
  • Python: [Python3] - @yorbot/py-runner

How To Start

start a ts runner

docker run -it --rm --name ts-runner -v $TS_PROJECT_PATH:/usr/src/app @yorbot/ts-runner bash
  • $TS_PROJECT_PATH: the local path for ts project

inside containr:

bun index.ts

About

contain several docker images as the code runtime environment for different code languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published