Revert "docker: Fix webpack"

This reverts commit 0a7fcf399f.
This commit is contained in:
Elian Doran
2024-07-13 11:32:02 +03:00
parent 9b88228be9
commit 60d134a89b
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ done
for f in 'package.json' 'package-lock.json' 'README.md' 'LICENSE' 'config-sample.ini' 'electron.js'; do
cp "$f" "$DIR"/
done
cp webpack-* "$DIR"/ # here warning because there is no 'webpack-*', but webpack.config.ts only
cp webpack-* "$DIR"/ # here warning because there is no 'webpack-*', but webpack.config.js only
# run in subshell (so we return to original dir)
(cd $DIR && n exec 18.18.2 npm install --only=prod)