fix/ remove container name from docker compose

This commit is contained in:
Leon van Zyl
2025-11-06 07:17:58 +02:00
parent 61e98f23cf
commit bd74276feb
6 changed files with 35 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "agentic-coding-starter-kit",
"version": "0.1.1",
"version": "1.1.2",
"scripts": {
"dev": "next dev --turbopack",
"build": "pnpm run db:migrate && next build",