Strapi zip deploy to Azure, missing /admin folder

@Aytac_Kirmizi did you have any issues?

I’ve losely followed this GitHub - abachuk/azure-demo-strapi: strapi demo deployment to azure + docker

the container builds fine but it will not connect to a remote sql server for love nor money - it seems like it ignores all environment variables set in the azure admin. In fact despite the docker file being set to production AND even my database.js is only setup for mysql the container deploys with a local sqllite db - its driving me nuts.

there should be no reason for this not to work.

I did