Update npm install command in Dockerfile
Use ci command in order to completely respect lock file.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user