TypeScript execution environment and REPL for Node.js LTS (6.9.1) Alpine Linux
2.6K
frapsoft/ts-node - Node.js (latest) LTS (6.9.1) with npmfrapsoft/ts-node:yarn - Node.js (yarn) LTS (6.9.1) with yarn instead of npmdocker pull frapsoft/ts-node with npm
or
docker pull frapsoft/ts-node:yarn with yarn instead of npm
add your node application under /app
get ts-node version:
docker run frapsoft/ts-node
run app from local folder:
docker run -v $(PWD)/app:/app frapsoft/ts-node index.ts
or
docker run -v $(PWD)/app:/app frapsoft/ts-node index.ts
from the example in this repository under /app ...
run app from a volume:
docker run -v webapp:/app frapsoft/ts-node index.ts
interactive shell:
docker run -it --entrypoint sh frapsoft/ts-node
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
15 MB
Last updated
almost 10 years ago
docker pull frapsoft/ts-node