fix dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
shibao 2024-07-28 13:35:58 -04:00
parent 56a49ed2e3
commit e1cb46cb97

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