Update npm install command in Dockerfile

Use ci command in order to completely respect lock file.
This commit is contained in:
Claudio Ortolina
2025-10-05 14:51:15 +03:00
committed by GitHub
parent 620445a2e3
commit 8fbd5644cf
+1 -1
View File
@@ -65,7 +65,7 @@ COPY lib lib
COPY assets assets COPY assets assets
RUN cd assets && npm install && cd .. RUN npm ci --prefix assets
# Compile the release and assets # Compile the release and assets
RUN mix do compile, assets.deploy RUN mix do compile, assets.deploy