fix CE Docker build (#4271)

This commit is contained in:
ruslandoga 2024-06-25 12:13:59 +07:00 committed by GitHub
parent 6f2e1242af
commit 5382020ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ COPY mix.lock ./
COPY config ./config
RUN mix local.hex --force && \
mix local.rebar --force && \
mix deps.get --only prod && \
mix deps.get --only ${MIX_ENV} && \
mix deps.compile
COPY assets/package.json assets/package-lock.json ./assets/