Skip to content

Commit 2489fa9

Browse files
authored
chore: replace npm command
Ensure a more repoducible build. package.json and package-lock.json need to be maintained
1 parent 3605884 commit 2489fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front_end/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /var/www/html
3939
ADD openVRE /var/www/html/openVRE
4040
RUN cd openVRE
4141
WORKDIR /var/www/html/openVRE
42-
RUN npm install
42+
RUN npm ci
4343
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
4444
RUN composer self-update
4545
RUN composer update --ignore-platform-req=ext-mongodb --ignore-platform-req=ext-mongodb

0 commit comments

Comments
 (0)