testd saas platform
cp .env.example .env
docker run \
--name testd-dashboard \
-e REACT_APP_API_URL=http://34.197.45.248:3001/api \
-e REACT_APP_EXPLORER_URL=http://34.197.45.248:8080 \
-e REACT_APP_CLIENT=dev1 \
-p 3000:80 \
-d \
sarathkaleswaram/testd-dashboard:$DOCKER_IMAGE_VERION
docker-compose up -d
docker build . -t sarathkaleswaram/testd-dashboard:<version>
docker push sarathkaleswaram/testd-dashboard:<version>