Skip to content

Commit cf96da7

Browse files
committed
Use npm install --include=dev instead of --dev
to resolve an npm warning
1 parent 54d75b1 commit cf96da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.buildroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN pip3 install --no-cache-dir -r requirements/mariadb.txt -r requirements/post
3131
RUN sed -i "s/tcms.settings.devel/tcms.settings.product/" manage.py
3232

3333
# compile tcms/static/js/bundle.js explicitly
34-
RUN pushd tcms/ && npm install --dev && ./node_modules/.bin/webpack && popd
34+
RUN pushd tcms/ && npm install --include=dev && ./node_modules/.bin/webpack && popd
3535

3636
RUN ./tests/check-build
3737
RUN pip3 install --no-cache-dir dist/kiwitcms-*.tar.gz

0 commit comments

Comments
 (0)