can we add how to run the dockerfile / how youre doing it to the readme? or as a docker cmd in package.json plz?
im currently getting an err on this
...
0.306 npm ERR! enoent ENOENT: no such file or directory, open '/app/package.json'
...
--------------------
16 | RUN ls /app
17 | # Install app dependencies
18 | >>> RUN npm install
19 |
20 | # Start the application
--------------------
ERROR: failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 254
can we add how to run the dockerfile / how youre doing it to the readme? or as a
docker
cmd in package.json plz?im currently getting an err on this