fix(build): Specify default command for Nixery's own image

When running on AppEngine, the image is expected to be configured with
a default entry point / command.

This sets the command to the wrapper script, so that the image can
actually run properly when deployed.
This commit is contained in:
Vincent Ambo 2019-07-26 10:22:31 +00:00
parent 6dd0ac3189
commit 6207782434

View file

@ -92,6 +92,7 @@ rec {
'';
in dockerTools.buildLayeredImage {
name = "nixery";
config.Cmd = ["${nixery-launch-script}/bin/nixery"];
contents = [
bashInteractive
cacert