Compare commits

..

3 Commits

Author SHA1 Message Date
d573b8a421 fix emails 2024-07-28 13:00:53 -04:00
c8130f7e3f update deps 2024-07-28 13:00:40 -04:00
306e60d3c6 update versions 2024-07-28 12:59:22 -04:00

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache build-base npm git python3
WORKDIR /app
# install hex + rebar
RUN mix local.rebar --force && \
RUN mix local.rebar --force &&
mix local.hex --force
# set build ENV