move logic to a class that can be imported
This commit is contained in:
@@ -14,5 +14,5 @@ RUN apt-get update -y && \
|
||||
apt-get clean
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN pip install .
|
||||
ENTRYPOINT [ "python", "./main.py" ];
|
||||
Reference in New Issue
Block a user