Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BudNatsu authored Jan 13, 2025
1 parent 1f38be7 commit 5275bd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/sh
echo "Starting container openrefine"
# initialize default values for parameters
export REFINE_MEMORY=${REFINE_MEMORY:='1030M'}



openrefine/refine -i 0.0.0.0 -d /mnt/refine -m ${REFINE_MEMORY}

0 comments on commit 5275bd6

Please sign in to comment.