Skip to content

Commit

Permalink
Update Dockerfile - add missing scripts and plugins directories. (#3706)
Browse files Browse the repository at this point in the history
Co-authored-by: k-boikov <[email protected]>
  • Loading branch information
prom3theu5 and k-boikov authored May 12, 2023
1 parent c771e1f commit 79fba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79fba4a

Please sign in to comment.