Skip to content

Commit

Permalink
Fix Dockerfile to build successfully without models directory (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillim authored Jul 8, 2020
1 parent 4b9954c commit c45d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c45d549

Please sign in to comment.