docker files fixes from liaqat
This commit is contained in:
5
scripts/docker-deploy-sandbox.cmd
Normal file
5
scripts/docker-deploy-sandbox.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
cd ..
|
||||
cd .\src\
|
||||
docker build -t managing.api -f ./Managing.Api/Dockerfile . --no-cache
|
||||
docker build -t managing.api.workers -f ./Managing.Api.Workers/Dockerfile . --no-cache
|
||||
docker-compose -f ./Managing.Docker/docker-compose.yml -f ./Managing.Docker/docker-compose.sandbox.yml up -d
|
||||
Reference in New Issue
Block a user