basf / metis-bff

Backend-for-frontend for Metis
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

I failed to deploy by Dockerfile #101

Closed alinzh closed 1 year ago

alinzh commented 1 year ago

I failed to deploy by Dockerfile. Next error:

> husky install
sh: husky: not found
npm ERR! command failed
npm ERR! command sh -c husky install

I added a line to the Dockerfile to install Husky: RUN npm install husky -g, before: RUN npm ci . The error is gone. I may be wrong, but most likely you should change the Dockerfile.

blokhin commented 1 year ago

Related to #56

blokhin commented 1 year ago

closing in favor of #56