cleanup to get it working

This commit is contained in:
Joe Auman 2021-11-09 20:55:51 -05:00
parent ddc0e7efb6
commit 890b3aa060
3 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ services:
container_name: "apple2js"
build: .
restart: always
environment:
- HOSTNAME="dev-box.localdomain"
volumes:
- ./:/home/node/app
ports:

View File

@ -14,5 +14,6 @@ npm install
#./bin/index
echo "Starting server..."
#npx webpack-cli serve --mode=development --progress --public $HOSTNAME
npm start

View File

@ -43,6 +43,7 @@ const appConfig = merge(baseConfig,
},
devServer: {
compress: true,
public: 'dev-box.localdomain',
static: {
watch: {
ignored: /(node_modules|test|\.git)/