You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
first, thank you for this helpful repository! :) i'm learning a lot from it.
last commit #60 changed directory structure without updating readme file
in tar commands paths need to reflect the updated folder structure "microservices-xxx"
first, thank you for this helpful repository! :) i'm learning a lot from it.
last commit #60 changed directory structure without updating readme file
in tar commands paths need to reflect the updated folder structure "microservices-xxx"
for example:
'tar -zcvf env-template.tar.gz environment/' => 'tar -zcvf env-template.tar.gz microservices-env/'
ps. i wonder if 'readme.md' can be generated or referenced through dynamic relative paths