fix(rnd): Add missing libs folder (#7887)

add missing libs folder
This commit is contained in:
Aarushi
2024-08-23 17:42:24 +01:00
committed by GitHub
parent 26f56114d1
commit a95ee693dd

View File

@@ -26,6 +26,7 @@ ENV POETRY_VERSION=1.8.3 \
RUN pip3 install poetry
COPY rnd/autogpt_server /app/rnd/autogpt_server
COPY rnd/autogpt_libs /app/rnd/autogpt_libs
COPY autogpt /app/autogpt
COPY forge /app/forge