takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
33 stars 5 forks source link

Feature: add docker files for client and server and a compose one in the root #97

Open takanome-dev opened 6 months ago

takanome-dev commented 6 months ago

Type of feature

💡 Feature

Current behavior

There is no instructions to run the project using Docker.

Suggested solution

For easy of use and to quickly get up and running, add dockerfile in both the client and server dirs & a docker compose in the root of the project.

Additional context

No response

Contributing Docs