Skip to content

Commit

Permalink
Merge pull request #6 from cowprotocol/Add-Dockerfile
Browse files Browse the repository at this point in the history
Add dockerfile
  • Loading branch information
harisang authored Jul 9, 2024
2 parents 2d1f85f + 15547c9 commit f26e083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.12
COPY requirements.txt .
RUN python -m pip install -r requirements.txt
COPY . .
CMD python -m src.daemon

0 comments on commit f26e083

Please sign in to comment.