Skip to content

Commit 4c1c601

Browse files
committed
move logic to a class that can be imported
1 parent 0f41897 commit 4c1c601

File tree

4 files changed

+687
-599
lines changed

4 files changed

+687
-599
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ RUN apt-get update -y && \
1414
apt-get clean
1515

1616
COPY . /app
17-
17+
RUN pip install .
1818
ENTRYPOINT [ "python", "./main.py" ];

0 commit comments

Comments
 (0)