[engine] use NodeJS instead of Docker

This commit is contained in:
Dragan Filipovic 2019-10-02 23:52:52 +02:00
parent 3c2d851430
commit 81256f2671
8 changed files with 904 additions and 29 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
### Node template
# Logs
logs
*.log
npm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# dotenv environment variables file
.env
.env.test