Skip to content

Commit

Permalink
Docker: add oidcc for docker images.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Aug 4, 2022
1 parent ec0259a commit 06a5467
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/zotonic.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
{password, ""},
{user_modules_dir, "/opt/zotonic/user/modules"},
{user_sites_dir, "/opt/zotonic/user/sites"},
{user_ebin_dir, "/opt/zotonic/user/ebin"}
{user_ebin_dir, "/opt/zotonic/user/ebin"},

{deps,
[
{oidcc, ".*", {git, "https://github.com/driebit/oidcc", {branch, "rebar2-otp21"}}}
]
}
]
}].

0 comments on commit 06a5467

Please sign in to comment.