mirror of
https://codeberg.org/demostf/backup.git
synced 2026-06-04 02:14:07 +02:00
flake reorg
This commit is contained in:
parent
9b0e4aff85
commit
a603ec8cfa
9 changed files with 666 additions and 451 deletions
12
docker.nix
Normal file
12
docker.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
dockerTools,
|
||||
demostf-backup,
|
||||
}:
|
||||
dockerTools.buildImage {
|
||||
name = "demostf/backup";
|
||||
tag = "latest";
|
||||
copyToRoot = [demostf-backup];
|
||||
config = {
|
||||
Cmd = ["${demostf-backup}/bin/demostf-backup"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue