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