There was an error while loading. Please reload this page.
1 parent 3605884 commit 2489fa9Copy full SHA for 2489fa9
1 file changed
front_end/Dockerfile
@@ -39,7 +39,7 @@ WORKDIR /var/www/html
39
ADD openVRE /var/www/html/openVRE
40
RUN cd openVRE
41
WORKDIR /var/www/html/openVRE
42
-RUN npm install
+RUN npm ci
43
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
44
RUN composer self-update
45
RUN composer update --ignore-platform-req=ext-mongodb --ignore-platform-req=ext-mongodb
0 commit comments