Launch the docker compose in this example the image pull is: https://hub.docker.com/r/nicholasmantovani23/speed-click
docker compose up
Open http://localhost:8085 with your browser to see the application.
Build the image
docker build -t speed-click:latest .
Tag the image correctly
docker tag speed-click:latest <username>/speed-click:latest
Login with your docker credentials
docker login -u <username>
Create a repository https://hub.docker.com/repositories/
Push the image to the repository
docker push <username>/<image>:<tag>