diff --git a/package.json b/package.json index d947fc7..c92cfd1 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "1.2", "scripts": { "dev": "docker compose up", - "stop": "docker compose down" + "stop": "docker compose down", + "dev:build": "docker compose up --build" } }