blob: ab99dbb0d8b86f07ddf57552871766d379c43c5a (
plain) (
blame)
1
2
3
4
5
6
7
|
{ depot, ... }:
depot.third_party.dockerTools.buildLayeredImage {
name = "tvldb";
contents = [ depot.fun.tvldb ];
config.Entrypoint = [ "${depot.fun.tvldb}/bin/paroxysm" ];
}
|