mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Fix workdir
This commit is contained in:
parent
448da43bf7
commit
04472af9c0
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue