Skip to content
Snippets Groups Projects
Commit 213505f5 authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update Dockerfile

parent 5bf6ac97
Branches
No related tags found
No related merge requests found
Pipeline #262 passed
......@@ -5,11 +5,7 @@ LABEL description="Client - Workers - converting any files into txt format"
LABEL organiztation="NLP Tools for Polish from G4.19 Group - Wroclaw University of Science and Technology"
LABEL maintainer="tomasz.walkowiak@pwr.edu.pl"
WORKDIR /home/install
RUN git clone https://gitlab.clarin-pl.eu/nlpworkers/nlp.worker.git && \
cd nlp.worker && \
mvn clean && \
mvn install
WORKDIR /home/install
COPY ./module ./module
......@@ -22,3 +18,5 @@ FROM clarinpl/openjdk-jre:8
WORKDIR /home/worker
COPY --from=builder /home/install/module/target/nlp.worker.converter.jar .
CMD ["java", "-jar", "nlp.worker.converter.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment