Adding some docker and terraform to it ... wip

This commit is contained in:
Joe Tretter
2022-09-29 13:39:46 -05:00
parent e359485d94
commit b50c7e9ddc
15 changed files with 428 additions and 182 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "dumbserver",
"version": "1.0.0",
"description": "",
"main": "dumbserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noelbennett/dumbserver.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noelbennett/dumbserver/issues"
},
"homepage": "https://github.com/noelbennett/dumbserver#readme"
}