Files
lucaCambi77 cb71de5be1 [ BAEL-6068 ] - Communicating with Docker containers on the same machine (#13343)
* fix: build clean up

* feat: add docker compose 2 module, add communication same machine docker compose

* fix: remove unused package lock file
2023-01-26 20:42:54 -06:00

15 lines
285 B
JSON

{
"name": "host_docker_internal",
"version": "1.0.0",
"description": "node js app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Baeldung",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}