paulbricman / conceptarium

A fluid medium for storing, relating, and surfacing thoughts.
https://paulbricman.com/thoughtware/conceptarium
Mozilla Public License 2.0
130 stars 9 forks source link

Docker deployment of conceptarium_frontend #27

Closed Trajjan closed 2 years ago

Trajjan commented 2 years ago

While deploying with the docker-compose up -d command, I get the following error in the conceptarium_frontend container.

AttributeError: module 'click' has no attribute 'get_os_args'

It is resolved by adding 'click' in frontend/requirements.txt

paulbricman commented 2 years ago

Thanks for your time!