We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d75b1 commit cf96da7Copy full SHA for cf96da7
Dockerfile.buildroot
@@ -31,7 +31,7 @@ RUN pip3 install --no-cache-dir -r requirements/mariadb.txt -r requirements/post
31
RUN sed -i "s/tcms.settings.devel/tcms.settings.product/" manage.py
32
33
# compile tcms/static/js/bundle.js explicitly
34
-RUN pushd tcms/ && npm install --dev && ./node_modules/.bin/webpack && popd
+RUN pushd tcms/ && npm install --include=dev && ./node_modules/.bin/webpack && popd
35
36
RUN ./tests/check-build
37
RUN pip3 install --no-cache-dir dist/kiwitcms-*.tar.gz
0 commit comments