RocketChat / hubot-natural

Natural Language Processing Chatbot for RocketChat
https://open.rocket.chat/channel/hubot-natural
MIT License
145 stars 44 forks source link

straight after git clone, failed after running docker-compose up #24

Closed yveshwang closed 6 years ago

yveshwang commented 6 years ago

Step 14/16 : COPY external-scripts.json package.json /home/hubotnat/bot/ ERROR: Service 'hubot-natural' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder532039377/external-scripts.json: no such file or directory```
diegodorgam commented 6 years ago

external-scripts.json is an useless file for us, I've just deleted it @yveshwang and removed it from the Dockerfile. Should work now.

yveshwang commented 6 years ago

thanks! confirmed it works.