Skip to content

Commit

Permalink
Update Dockerfile to copy create_key.sh from build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 8, 2025
1 parent 4bdaabc commit 16e55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pic-sure-hpds-etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ COPY --from=build /app/target/RekeyDataset-jar-with-dependencies.jar .
COPY --from=build /app/target/RemoveConceptFromMetadata-jar-with-dependencies.jar .
COPY --from=build /app/target/HideAnnotationCategoryValue-jar-with-dependencies.jar .
COPY --from=build /app/target/SequentialLoader-jar-with-dependencies.jar .
COPY --from=build /app/pic-sure-hpds-etl/create_key.sh .
COPY --from=build /app/docker/pic-sure-hpds-etl/create_key.sh .

ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -Xmx${HEAPSIZE:-2048}m -jar ${LOADER_NAME:-CSVLoader}-jar-with-dependencies.jar"]

0 comments on commit 16e55b7

Please sign in to comment.