Showcase is a server
and a cli
application that both contain common functionalities and therefore have a shared path dependencies corelib
. This dependencies as another path dependency util
cd server
poetry install
poetry run env FLASK_APP=server/server.py flask run
docker build -t demo .