Skip to content

Commit

Permalink
fixed the api-server command in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 8, 2024
1 parent c4ada0c commit 015486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- mongo
entrypoint: [ "sh", "-c" ]
command:
- "/venv/bin/pip install --no-cache-dir -e . && /venv/bin/python fedn/network/api/server.py"
- "/venv/bin/pip install --no-cache-dir -e . && /venv/bin/python fedn controller start"
ports:
- 8092:8092

Expand Down

0 comments on commit 015486a

Please sign in to comment.