From 7ed4512bbc9f131adb6d981c93ef99991947701b Mon Sep 17 00:00:00 2001 From: Jamitz Date: Tue, 6 Jan 2026 13:07:16 +0000 Subject: [PATCH] update yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 0b2d8f3..23676d0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -16,7 +16,7 @@ services: build: context: ./frontend target: builder # use the builder stage for dev - command: npm run dev -- --host 0.0.0.0 --port 5173 + command: npm run build -- --host 0.0.0.0 --port 5173 ports: - "5173:5173" volumes: