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