From d97e329f4c7c5a5657bdcb634c5131f234765b66 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Wed, 28 Dec 2022 21:53:35 +0100 Subject: [PATCH] test docker-compose --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 818b559..ee1d737 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "start:up": "docker-compose -f docker-compose.yml" }, "dependencies": { "@tailwindcss/typography": "^0.5.8",