Initial commit: Dokku Docker Compose plugin with test infrastructure
This commit is contained in:
12
tests/test-apps/simple-nodejs/package.json
Normal file
12
tests/test-apps/simple-nodejs/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "simple-nodejs",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple Node.js app for testing",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user