TODO: Briefly describe this repo and Project Dendro
-
Be sure you have Node version 6.17.x. If you’re using nvm, you may need to
nvm use 6.17
. -
Clone this repo.
-
Make this project directory the current directory, i.e.
cd dendro-web-dash
. -
Install modules via
npm install
. -
Install webmodules:
$ npm install -g [email protected] $ wpm install
-
If all goes well, you should be able to run the predefined package scripts.
-
Make this project directory the current directory, i.e.
cd dendro-web-dash
. -
Build the project
docker build -t dendro:dendro-web-dash .
. -
Tag the desired image, e.g.
docker tag f0ec409b5194 dendro/dendro-web-dash:latest
. -
Push it via
docker push dendro/dendro-web-dash
.