Docker – npm ERR! enoent ENOENT: no such file or directory, open '/package.json' —– /docker-entrypoint.sh: 38: exec: npm: not found – Nginx
I've got the following Dockerfile for a React app and I'm running tests after I build this container. This is my first day with Docker and I'm following a course, so not really sure what I'm doing. FROM node:13.12.0-alpine as…