Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BudNatsu authored Jan 13, 2025
1 parent 5275bd6 commit a73ec5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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
#COPY ./entrypoint.sh /
#RUN chmod +x /entrypoint.sh
#ENTRYPOINT ["/entrypoint.sh"]
#CMD openrefine-$RELEASE/refine -i 0.0.0.0 -d /mnt/refine -m $REFINE_MEMORY
COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

#Reference:

Expand Down

0 comments on commit a73ec5e

Please sign in to comment.