i'm dumb, remove double mapping

This commit is contained in:
Erik Eckert 2023-12-21 11:06:03 -07:00
parent 8da82dbb9d
commit d083c08a5e
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ 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 15054:10000 --name MPE_Egnyte_Test test-image
docker run -d --publish 15053:10000 --publish 4000:4000 --name MPE_Egnyte_Debug test-image

View File

@ -3,5 +3,5 @@ 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 15054:10000 --name MPE_Egnyte_Test test-image
docker run -d --publish 15053:10000 --publish 4000:4000 --name MPE_Egnyte_Debug debug-image