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

fix(deploy): include drizzle migrations in Docker image

fix(deploy): include drizzle migrations in Docker image

Agent-Logs-Url: https://github.com/ccantynz-alt/Gluecron.com/sessions/22a74f7e-4d8a-453a-8b0b-ba826fd6b65d

Co-authored-by: ccantynz-alt <251062557+ccantynz-alt@users.noreply.github.com>
anthropic-code-agent[bot] committed on May 4, 2026Parent: 8b2be93
1 file changed+1050c42fefc25f1221d4973bee3102254c2de96bee
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