docker-nixpkgs/images/couchpotato/default.nix
2019-06-25 13:44:15 +02:00

14 lines
197 B
Nix

{ buildCLIImage
, couchpotato
}:
buildCLIImage {
drv = couchpotato;
# TODO: expose 5050
# TODO: create /couchpotato.sh entry-point
# TODO: run as non-root user
# TODO: /data volume
}