Hello! This is a great tutorial! Exactly what I was looking for. I have one suggestion. Before the "docker tag" step, I suggest adding a "docker build" step. I was unable to create the tag until I built with Docker. ``` docker build -t myproject -f config/app/Dockerfile . ``` Thanks again!