update yaml
This commit is contained in:
parent
40b74704e7
commit
7ed4512bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue