Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Feb 1, 2024
1 parent c6d8296 commit 6c1c556
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 @@ -19,4 +19,4 @@ ADD RemoveConceptFromMetadata-jar-with-dependencies.jar .
ADD HideAnnotationCategoryValue-jar-with-dependencies.jar .
ADD SequentialLoader-jar-with-dependencies.jar .

ENTRYPOINT java $JAVA_OPTS -Xmx${HEAPSIZE:-2048}m -jar ${LOADER_NAME:-CSVLoader}-jar-with-dependencies.jar
#ENTRYPOINT java $JAVA_OPTS -Xmx${HEAPSIZE:-2048}m -jar ${LOADER_NAME:-CSVLoader}-jar-with-dependencies.jar

0 comments on commit 6c1c556

Please sign in to comment.