botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

fix(build): test Docker build #46

Closed spg closed 3 years ago

spg commented 3 years ago

The Docker build was failing because the /nlu/dist/nlu-linux binary was renamed to /nlu/dist/nlu-v0_0_7-linux-x64

I also added automated a GitHub Action that checks if the Docker image builds successfully.