summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-15 02:38:52 +0100
committerRory& <root@rory.gay>2026-02-15 02:38:52 +0100
commit8bc90dd6f3806fe1762886f27cc164fb7983c8c4 (patch)
tree7031ba65ef9b751d60a0e6c914b018833050ae78
parentClean up admin api a bit (diff)
downloadserver-ts-8bc90dd6f3806fe1762886f27cc164fb7983c8c4.tar.xz
docker: set working dir to /data
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix

index 3b3b55b4..3a1f34cc 100644 --- a/flake.nix +++ b/flake.nix
@@ -49,6 +49,7 @@ ]; config = { Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-bundle" ]; + WorkingDir = "/data"; Env = [ "PORT=3001" ]; @@ -69,6 +70,7 @@ ]; config = { Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-${mod}" ]; + WorkingDir = "/data"; Env = [ "PORT=3001" ];