Compare commits

..

3 Commits

Author SHA1 Message Date
eeef7c94cd fix emails
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 13:35:34 -04:00
3c3391b3a6 update deps 2024-07-28 13:35:34 -04:00
52460024b9 update versions 2024-07-28 13:35:34 -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