Trying to package a Phoenix release but I can’t seem to get heroicons packaged (docker)

Hey,

So I’m trying to package a Phoenix release, but I can’t seem to get heroicons packaged wit it (this will be deployed as part of a minimal Docker container, ultimately packaged using burrito).

Tee deps directory is not included with the release (this is a deliberate choice).

Are there any alternatives?

Thanks

If you build your assets as part of the release process, you don’t need anything from deps in runtime to use heroicons.

In a Phoenix project created with phx.new, heroicons integration is done in a way that used icons get compiled into the app.css asset.

Are you doing something non-standard?