Updating docker file to not include ports. Added scripts folder and script to run docker with env vars passed via command line. Also now the build and packaging is happening in container
This commit is contained in:
parent
60efbc0f9e
commit
3262ff82b0
9 changed files with 123 additions and 7 deletions
7
src/cartservice/scripts/build_image.bat
Normal file
7
src/cartservice/scripts/build_image.bat
Normal file
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
|
||||
echo building container image for cart service
|
||||
docker build -t cartservice ..\.
|
||||
|
||||
echo running the image, mapping the port
|
||||
rem echo docker run -it --rm -p 5000:8080 --name
|
Loading…
Add table
Add a link
Reference in a new issue