this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Run start-server.sh script at container startup.

+1
+1
flake.nix
··· 90 90 config = { 91 91 Cmd = [ "/start-server.sh" ]; 92 92 ExposedPorts = { "8080/tcp" = { }; }; 93 + Entrypoint = ["/start-server.sh"]; 93 94 }; 94 95 }; 95 96 };