SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
15 stars 15 forks source link

Crep fix/build #201

Closed crepella closed 1 month ago

chimera-defi commented 1 month ago

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
crepella commented 1 month ago

Added the instructions to README under 'Run with Docker'