Skip to content

Thrustjs/thrust-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker - ThrustJS Build Status

Este repositório contém a receita oficial do Docker para a plataforma ThurstJS.

Build

docker build -t thrust .

Uso

docker run --rm -it -v $(pwd):/app -w /app thrust /bin/sh -c "thrust install && thrust startup.js"

Exemplo

Comandos:

mkdir exemplo
cd exemplo
echo "print('Ola Mundo\!')" > main.js
docker run --rm -it -v $(pwd):/app -w /app thrust /bin/sh -c "thrust main.js"

Saída:

Ola Mundo!

About

Docker with Thrust and Java 8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5