Skip to content

Commit 04472af

Browse files
committed
Fix workdir
1 parent 448da43 commit 04472af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
2525

2626
RUN pip3 install --no-cache-dir sherlock-project==$VERSION_TAG
2727

28-
WORKDIR /opt/sherlock/sherlock
28+
WORKDIR /sherlock
2929

3030
ENTRYPOINT ["sherlock"]

0 commit comments

Comments
 (0)