mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 14:11:51 +00:00
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:
parent
eccf8fdd33
commit
9839eeff42
|
@ -92,6 +92,7 @@ rec {
|
||||||
'';
|
'';
|
||||||
in dockerTools.buildLayeredImage {
|
in dockerTools.buildLayeredImage {
|
||||||
name = "nixery";
|
name = "nixery";
|
||||||
|
config.Cmd = ["${nixery-launch-script}/bin/nixery"];
|
||||||
contents = [
|
contents = [
|
||||||
bashInteractive
|
bashInteractive
|
||||||
cacert
|
cacert
|
||||||
|
|
Loading…
Reference in New Issue
Block a user