Skip to content

Instantly share code, notes, and snippets.

@oxlb
Last active February 17, 2022 13:34
Show Gist options
  • Save oxlb/7d4808a6c3469a8a1a896d7e809dfaa2 to your computer and use it in GitHub Desktop.
Save oxlb/7d4808a6c3469a8a1a896d7e809dfaa2 to your computer and use it in GitHub Desktop.
Node JS Docker
{
"name": "docker-hello-world",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment