Add missing start command to rc compose

This commit is contained in:
Nicolas Meienberger 2022-06-13 06:00:51 +02:00
parent b635d4f580
commit 369e5ee94d

View file

@ -17,6 +17,7 @@ services:
api:
image: meienberger/runtipi:rc-${TIPI_VERSION}
command: bash -c "cd /api && npm run start"
container_name: api
ports:
- 3001:3001
@ -35,6 +36,7 @@ services:
dashboard:
image: meienberger/runtipi:rc-${TIPI_VERSION}
command: bash -c "cd /dashboard && npm run dev"
container_name: dashboard
ports:
- 3000:3000