~comcloudway/docker-akkoma-alpine

2e6af7b1ba666a32d63d23319ac5004ba3261794 — Jakob Meier 3 days ago 4da622b
Fix warnings
1 files changed, 2 insertions(+), 2 deletions(-)

M Dockerfile
M Dockerfile => Dockerfile +2 -2
@@ 1,4 1,4 @@
FROM hexpm/elixir:1.15.4-erlang-26.0.2-alpine-3.18.2 as otp
FROM hexpm/elixir:1.15.4-erlang-26.0.2-alpine-3.18.2 AS otp
ARG MIX_ENV="prod"
ARG TMPDIR="/tmp/akkoma"
ARG BUILD_TAG="v3.13.2"


@@ 21,7 21,7 @@ RUN mix deps.clean --all && mix clean
RUN mix deps.get --only prod
RUN mix release --path $TMPDIR/release

FROM alpine:3.18 as akkoma-basic-alpine
FROM alpine:3.18 AS akkoma-basic-alpine
ARG AKKOMADIR="/akkoma"
ARG TMPDIR="/tmp/akkoma"
COPY --from=otp ${TMPDIR}/release ${AKKOMADIR}