Fix workdir

This commit is contained in:
Paul Pfeister 2024-07-01 00:02:17 -04:00
parent 448da43bf7
commit 04472af9c0
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -25,6 +25,6 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
RUN pip3 install --no-cache-dir sherlock-project==$VERSION_TAG
WORKDIR /opt/sherlock/sherlock
WORKDIR /sherlock
ENTRYPOINT ["sherlock"]