Skip to content

Commit cea43e8

Browse files
authored
print info when setup finishes (#517)
1 parent 8a832b2 commit cea43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/dev/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
# 2. it is mounted to all service containers, and will cache and speed up
2828
# pnpm install and pnpm add/remove
2929
- pnpm-store:/codepod/.pnpm-store
30-
command: sh -c "corepack enable && pnpm install && cd packages/prisma && pnpm dlx prisma migrate dev && tail -f /dev/null"
30+
command: sh -c "corepack enable && pnpm install && cd packages/prisma && pnpm dlx prisma migrate dev && echo '=== Setup Finished, idling ===' && tail -f /dev/null"
3131
environment:
3232
DATABASE_URL: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?schema=public"
3333

0 commit comments

Comments
 (0)