Dockerize golang apps
On Golang-JetBrains, open the terminal and do the following steps
git clone https://github.com/disco07/docker-golang-postgres
cd docker-golang-postgres
go install
To build images and start container
docker-compose up --build
Run this to consume api
curl http://localhost:8000/posts
Drissa Koné
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!