Skip to content

Commit

Permalink
fix Dockerfile.autogpt data folder in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 20, 2024
1 parent a00b2f9 commit 4ecf887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classic/Dockerfile.autogpt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ FROM autogpt-base AS autogpt-dev
RUN poetry install --no-cache --no-root \
&& rm -rf $(poetry env info --path)/src
ONBUILD COPY original_autogpt/ ./
ONBUILD RUN mkdir ./data

# release build -> include bare minimum
FROM autogpt-base AS autogpt-release
Expand Down

0 comments on commit 4ecf887

Please sign in to comment.