Skip to content

Commit

Permalink
feat(nix): re-enable docker image from nix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimixsaka committed Oct 11, 2024
1 parent 2f9b651 commit f233282
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
'';
};

#packages.sast-link-docker = pkgs.dockerTools.buildImage {
# name = "sast-link-frontend";
# config = {
# Entrypoint = [ "${self.packages.${system}.default}/bin/sast-link" ];
# };
#};
packages.sast-link-docker = pkgs.dockerTools.buildImage {
name = "sast-link-frontend";
config = {
Entrypoint = [ "${self.packages.${system}.default}/bin/sast-link" ];
};
};
});
}

0 comments on commit f233282

Please sign in to comment.