Skip to content

Commit 2328afe

Browse files
bokelleyclaude
andauthored
Fix Fly deploy: remove deleted registry from Dockerfile (#345)
* Fix Fly deploy: remove deleted registry directory from Dockerfile The registry directory was removed in PR #339 but the Dockerfile still referenced it, causing builds to fail. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add empty changeset for Dockerfile fix 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a1056fc commit 2328afe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/icy-ends-behave.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ COPY --from=builder /app/dist ./dist
3333
COPY --from=builder /app/server/public ./server/public
3434
COPY --from=builder /app/server/src/db/migrations ./dist/db/migrations
3535
COPY --from=builder /app/static ./static
36-
COPY --from=builder /app/registry ./registry
3736

3837
# Set environment variables
3938
ENV NODE_ENV=production

0 commit comments

Comments
 (0)