Skip to content

Commit

Permalink
Fixing missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 committed Dec 3, 2023
1 parent c8c32b1 commit 6fb663c
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 @@ -9,6 +9,8 @@ RUN apk update;
RUN apk add unzip;
RUN apk add openjdk11-jre-headless;

RUN mkdir /jars

RUN cd /jars; wget https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip; \
if ["$?"!="0"]; \
then rm stanford-corenlp-latest.zip; \
Expand Down

0 comments on commit 6fb663c

Please sign in to comment.