Sign inSign up

iksman/typescripttest

By iksman

Updated over 7 years ago

An example of typescript code running in docker

Image
0

865

iksman/typescripttest repository overview

TypescriptDockerExample

A tiny example of Typescript code generating a fibonacci sequence running inside a docker container


Prerequisites
  • Docker
  • Internet Connection

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

Tag summary

Content type

Image

Digest

Size

346.2 MB

Last updated

over 7 years ago

docker pull iksman/typescripttest