Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Nov 23, 2023
1 parent cda7181 commit 2a44415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2a44415

Please sign in to comment.