update yaml

This commit is contained in:
Jamitz 2026-01-06 13:07:16 +00:00
parent 40b74704e7
commit 7ed4512bbc

View file

@ -16,7 +16,7 @@ services:
build: build:
context: ./frontend context: ./frontend
target: builder # use the builder stage for dev 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: ports:
- "5173:5173" - "5173:5173"
volumes: volumes: