change docker image name
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
default = simpler-filehost;
|
default = simpler-filehost;
|
||||||
image =
|
image =
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = "simpler-filehost-image";
|
name = "simpler-filehost";
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "${simpler-filehost}/bin/simpler-filehost" ];
|
Cmd = [ "${simpler-filehost}/bin/simpler-filehost" ];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user