Skip to content

Commit

Permalink
Adding Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nithya committed Jun 15, 2023
1 parent 91b2305 commit c8d1e46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.9

COPY requirements_frozen.txt /requirements.txt
RUN pip install -r requirements.txt

COPY marge/ /marge/
COPY marge.app /marge.app

CMD ["/marge.app"]
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.11.0

0 comments on commit c8d1e46

Please sign in to comment.