[Housekeeping] Reduce Docker image size (#231)

* First pass at cutting down image size

* Made selfhosted docker work multiplatform

* Updated compile-time value to be runtime

* Fixed issue with tzdata file permissions

* Applied better fix for tz issue
This commit is contained in:
Kieran
2024-05-08 09:01:21 -07:00
committed by GitHub
parent a1a568b7f7
commit b5d2ba4191
4 changed files with 91 additions and 66 deletions
+2
View File
@@ -7,6 +7,8 @@ import Config
# before starting your production server.
config :pinchflat, PinchflatWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
config :tzdata, :data_dir, "/etc/elixir_tzdata_data"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Pinchflat.Finch