added support for docker proxy

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-06 23:18:21 +01:00
parent ae97827321
commit 6714e3fbcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"start": "webpack-dev-server",
"start": "webpack-dev-server --host 0.0.0.0 --allowed-hosts all",
"build": "webpack --config webpack.config.prod.js && cp *.html dist/ && cp *.css dist/ && cp -r static dist/static && cp *.ico dist/"
},
"author": {