Skip to content

Commit 01db985

Browse files
committed
Configure entrypoint
1 parent c5755f2 commit 01db985

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM erlang:23.0-alpine
22

3-
ADD rebar.config /root/.config/rebar3/rebar.config
3+
COPY rebar.config /root/.config/rebar3/rebar.config
4+
COPY entrypoint.sh /entrypoint.sh
45

56
RUN rebar3 update
7+
8+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)