From a609afcefcc8e876f70c2b64224aa3d033575c44 Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Wed, 28 Dec 2022 22:05:05 +0100 Subject: [PATCH] Update 'package.json' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee1d737..2760b05 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "start:up": "docker-compose -f docker-compose.yml" + "start:up": "docker-compose -f docker-compose.yml -f docker-compose.start.yml" }, "dependencies": { "@tailwindcss/typography": "^0.5.8",