We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5755f2 commit 01db985Copy full SHA for 01db985
1 file changed
Dockerfile
@@ -1,5 +1,8 @@
1
FROM erlang:23.0-alpine
2
3
-ADD rebar.config /root/.config/rebar3/rebar.config
+COPY rebar.config /root/.config/rebar3/rebar.config
4
+COPY entrypoint.sh /entrypoint.sh
5
6
RUN rebar3 update
7
+
8
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments