Skip to content

Commit 99cac86

Browse files
committed
fix incorrect relpath
1 parent c21bd1a commit 99cac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 d1indexer && useradd -u 1000 -g 1000 d1indexer \
2323

2424
# The most recently built jar file is copied from the maven build directory to this dir by maven, so that
2525
# it can be copied to the image.
26-
COPY ../target/dataone-index-worker-${TAG}-shaded.jar .
26+
COPY ./target/dataone-index-worker-${TAG}-shaded.jar .
2727
COPY ./docker/entrypoint.sh .
2828

2929
# Change the ownership of the jar and sh files

0 commit comments

Comments
 (0)