- Clone the repo
cp .env.example .env
nano .env
and edit as necessarydocker compose up
DONE!
Build a new image:
docker build --pull --rm -f "Dockerfile" -t archaeologist-uptime-monitor:latest "."
nvm use
npm i
cp .env.example .env
nano .env
and edit as necessarynpm run start
to build and start the service