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