change docker image name

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-30 10:37:56 +05:30
parent 73edc786e4
commit abbc85ef59

View File

@@ -39,7 +39,7 @@
default = simpler-filehost;
image =
pkgs.dockerTools.buildImage {
name = "simpler-filehost-image";
name = "simpler-filehost";
config = {
Cmd = [ "${simpler-filehost}/bin/simpler-filehost" ];
};