Skip to content

Commit

Permalink
Fix webpack in docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed May 25, 2024
1 parent a265e8d commit e60f0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
// in dev we have webpack-dev-server on 3000, and the real server on 3001
port: 3001,
host: '0.0.0.0',
db: {
uri:
'mongodb://' +
Expand Down

0 comments on commit e60f0b1

Please sign in to comment.