Skip to content

tptspe/eryus-lims

 
 

Repository files navigation

testd-saas

testd saas platform

Run below command for new setup

cp .env.example .env

To run in docker

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

To run in docker-compose

docker-compose up -d

To update docker image and push

docker build . -t sarathkaleswaram/testd-dashboard:<version>
docker push sarathkaleswaram/testd-dashboard:<version>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%