From 190d9e2bf2236fc439f71e21e56ccf86a24e2c85 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Wed, 10 Sep 2025 19:24:57 -0700 Subject: [PATCH] another bs commit lmao --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4d40b14..63f5bb6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,3 @@ services: - ./node_modules:/app/node_modules - ./dist:/app/dist command: ["sh", "-c", "npm install && npm run build"] -