Update Dockerfile - add missing scripts and plugins directories. (#3706)

Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com>
This commit is contained in:
prom3theu5
2023-05-12 23:47:02 +01:00
committed by GitHub
parent c771e1fd50
commit 79fba4ab7b

View File

@@ -37,6 +37,6 @@ RUN sed -i '/Items below this point will not be included in the Docker Image/,$d
WORKDIR /app
ONBUILD COPY autogpt/ ./autogpt
ONBUILD COPY scripts/ ./scripts
ONBUILD COPY plugins/ ./plugins
FROM autogpt-${BUILD_TYPE} AS auto-gpt