@@ -10,7 +10,7 @@ pkgs.dockerTools.buildImage {
|
||||
};
|
||||
|
||||
config = {
|
||||
Entrypoint = [ "/bin/ntfy" ];
|
||||
Entrypoint = [ "ntfy" ];
|
||||
Cmd = [ "serve" ];
|
||||
ExposedPorts = {
|
||||
"80/tcp" = { };
|
||||
|
Reference in New Issue
Block a user