From 3bd1f593b0c1a56d225947af6f9f044f274d353d Mon Sep 17 00:00:00 2001 From: simon987 Date: Sat, 3 Dec 2022 18:00:55 -0500 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e57c84e..74ec8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /root ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 -ENTRYPOINT ["sist2"] +ENTRYPOINT ["/root/sist2"] RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y curl libasan5 libmagic1 python3 \ python3-pip git tesseract-ocr && rm -rf /var/lib/apt/lists/*