Skip to content

Latest commit

 

History

History
executable file
·
27 lines (13 loc) · 761 Bytes

README.md

File metadata and controls

executable file
·
27 lines (13 loc) · 761 Bytes

Dendra Worker

A generic worker service for performing recurring tasks, such as data loading.

Instructions

  1. Be sure you have Node version 10.15.1. If you’re using nvm, you may need to nvm use 10.15.1.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-worker.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.

To build and publish the Docker image

  1. Make this project directory the current directory, i.e. cd dendra-worker.

  2. Build the project docker build -t dendra:dendra-worker ..

  3. Tag the desired image, e.g. docker tag f0ec409b5194 dendra/dendra-worker:latest.

  4. Push it via docker push dendra/dendra-worker.