An example of typescript code running in docker
865
A tiny example of Typescript code generating a fibonacci sequence running inside a docker container
To start the program, clone this repository and make sure docker daemon is running. Afterwards execute the following commands:
docker build . -t tsapp
docker run tsapp
Content type
Image
Digest
Size
346.2 MB
Last updated
over 7 years ago
docker pull iksman/typescripttest