Add Erlang runtime symlink fix for Keila release
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user