Replace dev command by start for RC [skip ci]
This commit is contained in:
parent
369e5ee94d
commit
b66af8d745
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ services:
|
|||
|
||||
dashboard:
|
||||
image: meienberger/runtipi:rc-${TIPI_VERSION}
|
||||
command: bash -c "cd /dashboard && npm run dev"
|
||||
command: bash -c "cd /dashboard && npm run start"
|
||||
container_name: dashboard
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
Loading…
Add table
Reference in a new issue