diff --git a/Dockerfile b/Dockerfile index c9f659a..7a06655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,3 @@ COPY ./ /unchecksum/ RUN python3.12 -m pip install -r /unchecksum/requirements.txt WORKDIR /unchecksum - -ARG dir1 - -ARG dir2 - -CMD ["python3.12", "-u", "unchecksum.py ${dir1} -cc ${dir2}"]