EgnyteWebHookHandler/test-build.sh

8 lines
350 B
Bash
Raw Normal View History

2023-12-21 11:04:54 -07:00
#! /bin/bash
docker build . --tag test-image --file Dockerfile
docker build . --tag debug-image --file Dockerfile.debug
docker stop MPE_Egnyte_*
docker rm MPE_Egnyte_*
docker run -d --publish 15054:10000 --publish 4000:4000 --name MPE_Egnyte_Test test-image
docker run -d --publish 15053:10000 --publish 4000:4000 --name MPE_Egnyte_Debug debug-image