mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-04 11:04:27 +00:00
add /bin/conduit to OCI image contents
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
091d0029be
commit
99ab7d4446
|
@ -14,6 +14,7 @@ dockerTools.buildLayeredImage {
|
|||
created = "@${toString inputs.self.lastModified}";
|
||||
contents = [
|
||||
dockerTools.caCertificates
|
||||
main
|
||||
];
|
||||
config = {
|
||||
Entrypoint = if !stdenv.hostPlatform.isDarwin
|
||||
|
|
Loading…
Reference in a new issue