From 8fbd5644cf109f7895f53ea85e9ea8fd424d5995 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 5 Oct 2025 14:51:15 +0300 Subject: [PATCH] Update npm install command in Dockerfile Use ci command in order to completely respect lock file. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3516d2c1..5ae51a43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ COPY lib lib COPY assets assets -RUN cd assets && npm install && cd .. +RUN npm ci --prefix assets # Compile the release and assets RUN mix do compile, assets.deploy