TODO: Briefly describe this repo and Project Dendro
Be sure you have Node version 6.5.x. If you’re using nvm, you may need to
nvm use 6.5.0.Clone this repo.
Make this project directory the current directory, i.e.
cd dendro-noaa-api.Install modules via
npm 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-noaa-api.Build the project
docker build -t dendro:dendro-noaa-api ..Tag the desired image, e.g.
docker tag f0ec409b5194 dendro/dendro-noaa-api:latest.Push it via
docker push dendro/dendro-noaa-api.