You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Thomas Bellembois d96be0bca9
continuous-integration/drone/push Build is failing Details
Fix remove container callback.
2 years ago
src Fix remove container callback. 2 years ago
.drone.yml First commit. 3 years ago
.editorconfig First commit. 3 years ago
.eslintignore First commit. 3 years ago
.eslintrc.json First commit. 3 years ago
.gitignore First commit. 3 years ago
.prettierrc.js First commit. 3 years ago
Dockerfile First commit. 3 years ago
README.md Use container IDs. 2 years ago
default.conf First commit. 3 years ago
package-lock.json First commit. 3 years ago
package.json First commit. 3 years ago
tsconfig.json First commit. 3 years ago

README.md

Build with docker:

docker run --rm -it --volume $(pwd):/app sandrokeil/typescript tsc /app/src/index.ts
mv src/index.js build/src/index.js