Fix Dockerfile to build successfully without models directory (#210)

This commit is contained in:
Guillim 2020-07-08 17:12:20 +02:00 committed by GitHub
parent 4b9954c4a6
commit c45d54959f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ COPY haystack /home/user/haystack
COPY rest_api /home/user/rest_api
# copy saved FARM models
COPY models /home/user/models
COPY README.rst models* /home/user/models
# optional : copy sqlite db if needed for testing
#COPY qa.db /home/user/