Add wrapper and remove default arguments from Dockerfile

This commit is contained in:
Patrick Jentsch
2019-05-21 12:27:36 +02:00
parent d5805df8e7
commit b1d9c49bb9
2 changed files with 31 additions and 1 deletions

View File

@ -38,4 +38,3 @@ COPY nlp /usr/local/bin
COPY spacy_nlp /usr/local/bin
ENTRYPOINT ["nlp"]
CMD ["--help"]