docker build . -t to-doing-server-image:latest
docker-compose up -d Note: If you want to build everytime you up the container, you have to have a build context. If you already have an image in docker hub, you can use the image name in the docker-compose.yml
docker login docker push Note: Tag name should have the format username/image-name