From 79fba4ab7b10cfb45e21816c58b7a6cac3eec5c6 Mon Sep 17 00:00:00 2001 From: prom3theu5 Date: Fri, 12 May 2023 23:47:02 +0100 Subject: [PATCH] Update Dockerfile - add missing scripts and plugins directories. (#3706) Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d32d4a66..02f68752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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