diff --git a/.dockerignore b/.dockerignore index 9ac55109..fef46549 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ *.template *.yaml *.yml +!prompt_settings.yaml *.md *.png diff --git a/Dockerfile b/Dockerfile index 68be43d5..a31c78ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ WORKDIR /app ONBUILD COPY autogpt/ ./autogpt ONBUILD COPY scripts/ ./scripts ONBUILD COPY plugins/ ./plugins +ONBUILD COPY prompt_settings.yaml ./prompt_settings.yaml ONBUILD RUN mkdir ./data FROM autogpt-${BUILD_TYPE} AS auto-gpt