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:
Артем 2022-01-18 18:24:44 +03:00 committed by GitHub
parent 0c5da4b9e4
commit ab71c75552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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},