Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit7e6e7b1unknown_key

Merge pull request #47 from ccantynz-alt/claude/fix-red-workflows

Merge pull request #47 from ccantynz-alt/claude/fix-red-workflows

fix(deploy): include drizzle migrations in Docker image
CC LABS App committed on May 4, 2026Parents: 8b2be93 50c42fe
1 file changed+107e6e7b179b3a1d2724c44537d51b41e3aa084cee
1 changed file+1−0
ModifiedDockerfile+1−0View fileUnifiedSplit
1010
1111# Copy source
1212COPY src/ ./src/
13COPY drizzle/ ./drizzle/
1314COPY tsconfig.json drizzle.config.ts ./
1415COPY legal/ ./legal/
1516COPY CLAUDE.md LICENSE ./
1617