about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-23 22:15:57 +0200
committerAlan Pearce2024-04-23 22:15:57 +0200
commit5465b7b8462c1af9c6e2ebce9f82b75c918b66cc (patch)
treefe48d90f112fc5542cb069ff0c1eaca9d3885cd1 /nix
parent68c5ef35c1c5da36d286423994cdef7a02f847f7 (diff)
downloadwebsite-5465b7b8462c1af9c6e2ebce9f82b75c918b66cc.tar.lz
website-5465b7b8462c1af9c6e2ebce9f82b75c918b66cc.tar.zst
website-5465b7b8462c1af9c6e2ebce9f82b75c918b66cc.zip
listen on port 80
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 1ee61a2..aa0ac62 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -4,7 +4,7 @@ let
   dockerTag = self.rev or self.dirtyRev or "unstable-${self.lastModified}";
   mkDocker = type: { server, website }:
     let
-      PORT = 3000;
+      PORT = 80;
     in
     pkgs.dockerTools.${type} {
       name = "registry.fly.io/alanpearce-eu";