We are trying to deploy a dockerised version of directus cms on an azure app service. But running into the following issue of the service not starting. Any ideas?
Locally running the docker file i get the output;
2024-05-01T11:45:40: PM2 log: Launching in no daemon mode
2024-05-01T11:45:40: PM2 log: App [directus:0] starting in -cluster mode-
[11:45:42.210] WARN: PUBLIC_URL should be a full URL
[11:45:42.212] WARN: Spatialite isn't installed. Geometry type support will be limited.
2024-05-01T11:45:42: PM2 log: App [directus:0] online
[11:45:42.245] INFO: Server started at http://0.0.0.0:8055
But on the app service i only get;
2024-05-01T11:45:40: PM2 log: Launching in no daemon mode