You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
in build-containers scripts, docker build command should be adjusted to find proper Dockerfiles.
docker build -t crystal-service ../ecsdemo-crystal
ordocker build -t crystal-service ~/environment/ecsdemo-crystal
The text was updated successfully, but these errors were encountered: