Skip to content

Commit

Permalink
Merge pull request #13 from cowprotocol/Add-Entrypoint
Browse files Browse the repository at this point in the history
Update Dockerfile entrypoint
  • Loading branch information
harisang authored Jul 11, 2024
2 parents d325552 + ae4b724 commit 263255c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM python:3.12
COPY requirements.txt .
RUN python -m pip install -r requirements.txt
COPY . .
ENTRYPOINT ["python", "-m", "src.daemon"]
ENV PYTHONBUFFERED=1
ENTRYPOINT ["python", "-m"]

0 comments on commit 263255c

Please sign in to comment.