Deploying Flask app with npm dependencies

My flask app is a simple personal website that require the Bulma the css framework to be installed. I am using SCSS so I need the framework to be installed as dependency rather than as CDN link embedded into the HTML.

Currently, I am using Buildpack and deploying from GitHub repository, the app failed to start as it can not find the Bulma files.

So how can I do this from the control panel or I will have to do it in GitHub Actions?

Thanks.

Hi!

You would need support for multi-language buildback. We do not provide this yet. You can upvote for this feature here: Multi-language build | Voters | Koyeb

Thank you very much the heads up, I have upvoted the feature.

So can I assume the current workaround would be to deploy my app as a docker container?

You could also use a Dockerfile to build your service instead of Buildpack.