json-server-cli docker image
--host 0.0.0.0 is needed(default is changed to localhost)docker run --rm --it -v $(pwd):/project -w /project -p 3000:3000 ynishi/json-server-docker json-server ${db.json} --host 0.0.0.0
VERSION=${version} task build
Content type
Image
Digest
Size
31.6 MB
Last updated
about 8 years ago
docker pull ynishi/json-server-docker