diff --git a/Dockerfile b/Dockerfile index 14dbd80..911fe69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,6 @@ COPY . /opt/sherlock/ RUN pip3 install -r requirements.txt -f /wheels \ && rm -rf /wheels \ && rm -rf /root/.cache/pip/* +WORKDIR /opt/sherlock/sherlock ENTRYPOINT ["python", "sherlock.py"] diff --git a/docker-compose.yml b/docker-compose.yml index c1d659e..3182120 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,5 @@ version: '2' services: sherlock: build: . - image: theyahya/sherlock volumes: - "./results:/opt/sherlock/results"