This is a sample project that demonstrates how to create a custom Nginx server with a specific index.html file using a Dockerfile on lttle.cloud.
To deploy the project to lttle.cloud, run:
lttle deploy nginx-custom-dockerfile.lttle.yamlThis will build the Docker image using the provided Dockerfile and deploy the Nginx server. To understand how we manage to build you can checkout our documentation: lttle.cloud Docs | Building.
After that you can access your Nginx server at https://nginx-custom-dockerfile--samples--public--your-tenant.eu.lttle.host/ where your-tenant is your lttle.cloud tenant name.
You can check our deployment of this sample https://nginx-custom-dockerfile--samples--public--aifrim.eu.lttle.host/.