Replace dev command by start for RC [skip ci]

This commit is contained in:
Nicolas Meienberger 2022-06-13 06:03:52 +02:00
parent 369e5ee94d
commit b66af8d745

View file

@ -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