Sign inSign up

frapsoft/typescript

By frapsoft

Updated almost 10 years ago

TypeScript 2x with Node.js LTS (6.9.1) on Alpine Linux

Image
1

10K+

frapsoft/typescript repository overview

TypeScript with Node.js LTS (6.9.1) Alpine Linux

Installation

docker pull frapsoft/typescript

Quick Introduction

add your node application under /app
Examples

get TypeScript version:

docker run frapsoft/typescript

run app from local folder:

docker run -v $(PWD)/app:/app frapsoft/typescript index.ts

or

docker run -v $(PWD)/app:/app frapsoft/typescript index.ts

from the example in this repository under /app ...

run app from a volume:

docker run -v webapp:/app frapsoft/typescript index.ts

interactive shell:

docker run -it --entrypoint sh frapsoft/typescript

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

Tag summary

Content type

Image

Digest

Size

14.7 MB

Last updated

almost 10 years ago

docker pull frapsoft/typescript