go mod downloaddocker build -t sikoba-tm/api .docker run -d -p 8080:8080 sikoba-tm/apiIn order to start the API and Database at once, use the following command
docker-compose up -dTo apply code changes, rebuild the container using
docker-compose buildStop and destroy container using following command
docker-compose down