Skip to content

Conversation

shwetd19
Copy link

While deploying the agent, I encountered an issue with docker run. To resolve it, I made the following changes:

  1. Dockerfile

    • Replaced pnpm-lock.yaml with package-lock.json in the dependency copy step.
    • Split RUN pnpm prune --prod && chown -R appuser:appuser /app into two separate RUN commands for clarity.
  2. ESLint Config

    • Just adjusted the formatting and import order for better consistency.

@bcherry
Copy link
Contributor

bcherry commented Oct 22, 2025

@shwetd19 are you using npm? this project is built assuming pnpm which is where the issue would probably come from. we may need to make the dockerfile more broadly compatible

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.

2 participants