Skip to content

Commit 1e84b37

Browse files
committed
Removes RELX_REPLACE_OS_VARS=true flag for release config files
1 parent 7d30c76 commit 1e84b37

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ ARG USER_UID=1001
2727
ARG USER_GID=$USER_UID
2828

2929
# Set env
30-
ENV RELX_REPLACE_OS_VARS=true
31-
ENV ERL_DIST_PORT=31337
3230
ENV CHARSET=UTF-8
3331
ENV LANG=C.UTF-8
3432

config/vm.args

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
+swtdcpu very_low
1010
+swtdio very_low
1111

12-
-erl_epmd_port ${ERL_DIST_PORT}
12+
-erl_epmd_port 31337

0 commit comments

Comments
 (0)