Skip to content

Commit

Permalink
update docker.nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Sep 20, 2024
1 parent fbb33d6 commit 58d263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
args = {
name = image-name;
created = "now";
contents = [ pkgs.cacert ]
contents = [ pkgs.cacert ];
config = {
Entrypoint = [
"/bin/${package.pname}"
Expand Down

0 comments on commit 58d263f

Please sign in to comment.