🔧 Hostname fix for the 4th time
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
image: frishi/threetwo
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
env_file: ./docker-compose.env
|
env_file: ./docker-compose.env
|
||||||
|
UNDERLYING_HOSTNAME: rook
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
|
|||||||
@@ -98,7 +98,9 @@ module.exports = (env) => {
|
|||||||
title: "express-typescript-react",
|
title: "express-typescript-react",
|
||||||
}),
|
}),
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
"process.env.UNDERLYING_HOSTNAME": JSON.stringify(process.env.UNDERLYING_HOSTNAME),
|
"process.env.UNDERLYING_HOSTNAME": JSON.stringify(
|
||||||
|
process.env.UNDERLYING_HOSTNAME,
|
||||||
|
),
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: "./css/[name].css",
|
filename: "./css/[name].css",
|
||||||
|
|||||||
Reference in New Issue
Block a user