Skip to content

Commit

Permalink
Fix worker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Oct 24, 2024
1 parent 3fd92aa commit 111529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ COPY . ./

RUN poetry install --no-dev

ENTRYPOINT ["gunicorn", "agents_api.worker:app", "-c", "gunicorn_conf.py"]
ENTRYPOINT ["python", "-m", "agents_api.worker"]

0 comments on commit 111529d

Please sign in to comment.