Moving licenses file

Hi,
I have a development environment of PowerShell universal which has a licenses activated on it. but when I run the production container everything but the license gets applied.
the licenses.ps1 file is in the .universal directory but does not get applied.

i would like to apply the licenses from the production build pipeline. but it does not apply on startup. if I go to the admin UI and load the license file it then works. not sure what step I am missing

TIA

Is the license file being applied after the PSU process is running in the container? I have seen that sometimes it does not pick up the license status if the license is added directly to the file system while the service is running.

hi @adam ,
Thanks I think that was it. I created a new docker image and moved the order of things around a bit and the licenses file was picked up. Thank You !