Add Erlang runtime symlink fix for Keila release

This commit is contained in:
Andreas Dueren
2025-06-20 10:41:06 -06:00
parent 30edc87eac
commit 0e2b274fff
2 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
supervisor \
&& rm -rf /var/lib/apt/lists/*
# Copy entire Keila app and Erlang runtime from official image
# Copy entire Keila app and complete Erlang runtime from official image
COPY --from=pentacent/keila:0.14 /opt/app /app/pkg
COPY --from=pentacent/keila:0.14 /usr/local/lib/erlang /usr/local/lib/erlang
COPY --from=pentacent/keila:0.14 /usr/local/bin/erl /usr/local/bin/erl