Skip to content

Commit

Permalink
Include fastside in fastside-docker-baked-services image
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Aug 30, 2024
1 parent b818912 commit 2de588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
fastside-docker-baked-services = pkgs.dockerTools.buildLayeredImage {
name = "fastside";
tag = "latest";
contents = [ fastside-baked-services ];
contents = [ fastside fastside-baked-services ];
config = { Cmd = [ "/bin/fastside-baked-services" "serve" "-l" "0.0.0.0:8080" ]; };
};

Expand Down

0 comments on commit 2de588f

Please sign in to comment.