diff --git a/package.json b/package.json index f41c915..a2329fb 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev --turbopack -p 4000", "build": "next build", + "build:docker": "docker build --no-cache -t toogether/webapp .", "start": "next start -p 4000", "lint": "next lint" },