mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +03:00
fix CE Docker build (#4271)
This commit is contained in:
parent
6f2e1242af
commit
5382020ff0
@ -28,7 +28,7 @@ COPY mix.lock ./
|
|||||||
COPY config ./config
|
COPY config ./config
|
||||||
RUN mix local.hex --force && \
|
RUN mix local.hex --force && \
|
||||||
mix local.rebar --force && \
|
mix local.rebar --force && \
|
||||||
mix deps.get --only prod && \
|
mix deps.get --only ${MIX_ENV} && \
|
||||||
mix deps.compile
|
mix deps.compile
|
||||||
|
|
||||||
COPY assets/package.json assets/package-lock.json ./assets/
|
COPY assets/package.json assets/package-lock.json ./assets/
|
||||||
|
Loading…
Reference in New Issue
Block a user