🔧 Passing just the hostname and not port

This commit is contained in:
2021-10-20 07:55:07 -07:00
parent 343dbf075d
commit 705ccaa51d
3 changed files with 3 additions and 5 deletions

View File

@@ -91,9 +91,7 @@ module.exports = (env) => {
title: "express-typescript-react",
}),
new webpack.DefinePlugin({
"process.env.DOCKER_SOCKET_HOST": JSON.stringify(
process.env.DOCKER_SOCKET_HOST,
),
"process.env.DOCKER_HOST": JSON.stringify(process.env.DOCKER_HOST),
}),
new MiniCssExtractPlugin({
filename: "./css/[name].css",