Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix app not launching
Browse files Browse the repository at this point in the history
  • Loading branch information
lludlow committed Oct 10, 2024
1 parent f476d0f commit 8d3878b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8081

# Set the default command to run when starting the container
ENTRYPOINT ["autogenstudio", "ui", "--host", "0.0.0.0", "--port", "8081"]
ENTRYPOINT ["/app/.local/bin/autogenstudio", "ui", "--host", "0.0.0.0", "--port", "8081"]
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
autogen-studio:
image: ghcr.io/lludlow/autogen-studio
Expand All @@ -7,4 +6,4 @@ services:
volumes:
- ./data:/app/.autogenstudio
ports:
- 8081:8081
- 8081:8081

0 comments on commit 8d3878b

Please sign in to comment.