diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..458c5539 --- /dev/null +++ b/Dockerfile @@ -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"] diff --git a/version b/version index 57121573..142464bf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10.1 +0.11.0 \ No newline at end of file