Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BudNatsu authored Nov 19, 2024
1 parent ec9cb89 commit ccf9dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ RUN tar -xzf openrefine-linux-$RELEASE.tar.gz && rm openrefine-linux-$RELEASE.t
RUN mkdir /mnt/refine
VOLUME /mnt/refine
EXPOSE 3333
RUN ln -s /openrefine-$RELEASE openrefine
CMD openrefine-$RELEASE/refine -i 0.0.0.0 -d /mnt/refine -m $REFINE_MEMORY


#Reference:

Expand Down

0 comments on commit ccf9dea

Please sign in to comment.