This commit is contained in:
12
flake.nix
12
flake.nix
@@ -53,12 +53,12 @@
|
|||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "node" "/server/index.mjs" ];
|
Cmd = [ "node" "/server/index.mjs" ];
|
||||||
Env = {
|
Env = [
|
||||||
NODE_ENV = "production";
|
"NODE_ENV=production"
|
||||||
PORT = "3000";
|
"PORT=3000"
|
||||||
HOST = "0.0.0.0";
|
"HOST=0.0.0.0"
|
||||||
NUXT_TELEMETRY_DISABLED = "1";
|
"NUXT_TELEMETRY_DISABLED=1"
|
||||||
};
|
];
|
||||||
ExposedPorts = [ "3000/tcp" ];
|
ExposedPorts = [ "3000/tcp" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user