Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 263 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 263 Bytes

EMCenter Gateway Backend

Local build

npm install
npm run start

Docker build

docker build -t apachecustos/emcenter-gateway-backend . 
docker push apachecustos/emcenter-gateway-backend

sudo docker-compose down
sudo docker-compose up -d