appmeshworkshop
appmeshworkshop copied to clipboard
build-containers
in build-containers scripts, docker build command should be adjusted to find proper Dockerfiles.
docker build -t crystal-service ../ecsdemo-crystal
or docker build -t crystal-service ~/environment/ecsdemo-crystal
Is this an actual issue or an improvement? If I am not mistaken, following the workshop instructions you are intended to run the generated script from the ~/environment path, hence the docker build commands work as expected. In any case, I agree that its a quick change that could avoid the script failing out should someone decides to run it from somewhere else.
yes. it can be an improvement in case learners are just lost where to execute that script.