mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
build artifact | add service dependency (#1404)
V3_GIT_ORIGIN_REV_ID: 5c6cf87f6e420a520092514efaa98b8270f25037
This commit is contained in:
parent
41a33a9c12
commit
05c3645fa1
@ -65,7 +65,7 @@
|
||||
dockerExtraContents = {
|
||||
"engine" = [ pkgs.cacert ]; # so local dev can use SSH
|
||||
"multitenant-engine" = [ pkgs.bash pkgs.coreutils ]; # to run sleep in a healthcheck, we should remove this soon
|
||||
"artifact-server" = [ pkgs.curl ];
|
||||
"artifact-server" = [ pkgs.curl pkgs.bash ]; # to run healthcheck, we should remove this soon
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user