Skip to content

fix(docker): add missing project references to Dockerfile#59

Merged
antosubash merged 2 commits intomainfrom
feature/intelligent-lamport
Apr 2, 2026
Merged

fix(docker): add missing project references to Dockerfile#59
antosubash merged 2 commits intomainfrom
feature/intelligent-lamport

Conversation

@antosubash
Copy link
Copy Markdown
Owner

Changes

Added missing project file references to the Dockerfile to ensure all framework modules, services, and package dependencies are properly copied during the Docker build process.

Added References

Framework modules:

  • SimpleModule.Storage.Azure, Storage.S3
  • SimpleModule.Agents
  • SimpleModule.AI.* (Anthropic, AzureOpenAI, Ollama, OpenAI)
  • SimpleModule.Rag.* (Rag, StructuredRag, VectorStore.InMemory, VectorStore.Postgres)

Module services:

  • Agents, BackgroundJobs, Localization, Rag

Package dependencies:

  • BackgroundJobs package.json

These additions ensure all project dependencies are properly restored during the Docker build, preventing potential build failures.

Add COPY lines for framework and module projects added in recent PRs
(AI, Agents, RAG, BackgroundJobs, Localization) that were missing from
the Docker build stages, causing restore failures.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 2, 2026

Deploying simplemodule-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: d636a4c
Status: ✅  Deploy successful!
Preview URL: https://8124d794.simplemodule-website.pages.dev
Branch Preview URL: https://feature-intelligent-lamport.simplemodule-website.pages.dev

View logs

@antosubash antosubash enabled auto-merge (squash) April 2, 2026 22:03
@antosubash antosubash merged commit d7756c6 into main Apr 2, 2026
4 checks passed
@antosubash antosubash deleted the feature/intelligent-lamport branch April 2, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant