Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Sep 20, 2024
1 parent 7e3b40c commit 0146a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classic/Dockerfile.autogpt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /app/autogpt
COPY original_autogpt/pyproject.toml original_autogpt/poetry.lock ./

# Include forge so it can be used AS a path dependency
COPY classic/forge/ ../forge
COPY forge/ ../forge

# Include frontend
COPY frontend/ ../frontend
Expand Down

0 comments on commit 0146a01

Please sign in to comment.