From bed0af60445fb3ab4d5a4143e5613f412bdf067e Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sun, 8 Jun 2025 23:50:09 +0900 Subject: [PATCH] Upadte --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34a8d8b..38519a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ CMD bun -e "fetch('http://localhost:3000').then(() => process.exit(0)).catch(() => process.exit(1))" # Start both servers with proper process management -CMD ["sh", "-c", "bun run /app/server.ts & bun run /app/admin-server.ts & wait"] +CMD ["sh", "-c", "bun run /app/server.ts & (wait 10 && bun run /app/admin-server.ts) & wait"]