From 2a444159e2494ce788cfa9c466189c17e7179720 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Wed, 22 Nov 2023 18:11:48 -0600 Subject: [PATCH] Fix syntax --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 60d1e85..5bc3ddc 100644 --- a/mix.exs +++ b/mix.exs @@ -61,7 +61,7 @@ defmodule PhoenixContainerExample.MixProject do [ prod: [ reboot_system_after_config: true, - include_executables_for: [:unix] + include_executables_for: [:unix], # Don't need to tar if we are just going to copy it # steps: [:assemble, :tar] applications: [opentelemetry_exporter: :permanent, opentelemetry: :temporary]