mirror of
https://github.com/valitydev/token-keeper.git
synced 2024-11-06 02:15:21 +00:00
TECHDEBT-41: Fix rename destination service for cloud infra work (#3)
* rename destination service for cloud infra work * changed release app name
This commit is contained in:
parent
0c5da4b9e4
commit
ab71c75552
@ -7,7 +7,7 @@ RUN rebar3 as prod release
|
||||
|
||||
# Keep in sync with Erlang/OTP version in build image
|
||||
FROM erlang:24.1.3.0-slim
|
||||
ENV SERVICE=token_keeper
|
||||
ENV SERVICE=token-keeper
|
||||
ENV CHARSET=UTF-8
|
||||
ENV LANG=C.UTF-8
|
||||
COPY --from=builder /build/_build/prod/rel/${SERVICE} /opt/${SERVICE}
|
||||
|
@ -87,7 +87,7 @@
|
||||
{prod, [
|
||||
%% Relx configuration
|
||||
{relx, [
|
||||
{release, {token_keeper, "0.1.0"}, [
|
||||
{release, {'token-keeper', "0.1.0"}, [
|
||||
iosetopts,
|
||||
% tools for introspection
|
||||
{recon, load},
|
||||
|
Loading…
Reference in New Issue
Block a user