Json-server command not found when executing Dockerfile
Im trying to do a Dockerized Angular + Json-Server application but im having trouble setting json-server up, although I install it in the Dockerfile, using docker logs tells me that couldnt find the command json-server: This is how my Dockerfile…