diff --git a/package.json b/package.json index 0ee888e..d794267 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "next build", "build:docker": "docker build -t toogether/webapp .", "start": "next start -p 4000", + "start:prod": "docker compose up --force-recreate -d", "lint": "next lint" }, "dependencies": { @@ -37,4 +38,4 @@ "tailwindcss": "^3.4.1", "typescript": "^5" } -} +} \ No newline at end of file