Files
louiscklaw cd17b58401 update,
2025-01-31 19:19:02 +08:00

14 lines
332 B
JSON

{
"name": "docker-helloworld",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"into_docker": "docker compose exec -it test bash",
"docker_rebuild": "docker compose up -d"
},
"keywords": [],
"author": "",
"license": "ISC"
}