datastet-dev / Dockerfile
lfoppiano's picture
Update Dockerfile
350307c verified
raw
history blame contribute delete
No virus
420 Bytes
FROM lfoppiano/datastet:latest-develop
USER root
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
RUN mkdir -m 777 -p /opt/grobid/logs
COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
WORKDIR /opt/grobid
# Hack to make the lexicon loader working
# RUN ln -sf datastet/resources/ resources
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]