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: