Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY config/ config/
COPY phantom-config/ phantom-config/
COPY scripts/ scripts/
COPY public/ public/
COPY skills-builtin/ skills-builtin/
COPY tsconfig.json biome.json ./

# --- Runtime Stage ---
Expand Down Expand Up @@ -72,6 +73,7 @@ COPY --from=builder /app/src ./src
COPY --from=builder /app/config ./config
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/public ./public
COPY --from=builder /app/skills-builtin ./skills-builtin
COPY --from=builder /app/package.json ./
COPY --from=builder /app/tsconfig.json ./

Expand Down
Loading
Loading