Agenta-AI / agenta

The all-in-one LLM developer platform: prompt management, evaluation, human feedback, and deployment all in one place.

Home Page:http://www.agenta.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[AGE-230] [Bug] Start from code can fail if user has a .dockerignore or Dockerfile

mmabrouk opened this issue · comments

There are cases where the user has already a Dockerfile or .dockerignore file in their code folder. In these cases, we current overwrite their Dockerfile and might use their .dockerignore.

We need to make sure to:

  1. Not to overwrite their Dockerfile, but calling our Dockerfile differently
  2. Not copy their .dockerignore file if existing

From SyncLinear.com | AGE-230