We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21bd1a commit 99cac86Copy full SHA for 99cac86
docker/Dockerfile
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 d1indexer && useradd -u 1000 -g 1000 d1indexer \
23
24
# The most recently built jar file is copied from the maven build directory to this dir by maven, so that
25
# it can be copied to the image.
26
-COPY ../target/dataone-index-worker-${TAG}-shaded.jar .
+COPY ./target/dataone-index-worker-${TAG}-shaded.jar .
27
COPY ./docker/entrypoint.sh .
28
29
# Change the ownership of the jar and sh files
0 commit comments