aws-samples / Implementing-custom-domain-names-for-Amazon-API-Gateway-private-endpoints

MIT No Attribution
13 stars 0 forks source link

Move container entrypoint into Dockerfile #30

Closed jasonend closed 1 year ago

jasonend commented 1 year ago

Since the solution creates a custom Docker image, it is unnecessary to set the entrypoint at the task definition level. Create /entrypoint.sh and add all necessary logic to create/update the NGINX configuration on startup.