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.

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