Skip to content

Commit

Permalink
fix dev build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed May 22, 2024
1 parent e6ca6e8 commit 8dd2e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
!autogpt/pyproject.toml
!autogpt/poetry.lock
!autogpt/README.md
!autogpt/tests/*
!autogpt/tests/

# Benchmark
!benchmark/agbenchmark/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.autogpt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CMD []
FROM autogpt-base as autogpt-dev
RUN poetry install --no-cache --no-root \
&& rm -rf $(poetry env info --path)/src
ONBUILD COPY . ./
ONBUILD COPY autogpt/ ./

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

0 comments on commit 8dd2e1c

Please sign in to comment.