Skip to content

Commit

Permalink
[#2340] Docker container fails with default IPC socket location
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiesler authored and jbgi committed Jun 8, 2021
1 parent 647d00e commit 64c4901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/scripts.nix
Expand Up @@ -26,6 +26,7 @@ let
in pkgs.writeScriptBin "cardano-node-${service.environment}" ''
#!${pkgs.runtimeShell}
set -euo pipefail
mkdir -p "$(dirname "${service.socketPath}")"
${service.script} $@
'';

Expand Down

0 comments on commit 64c4901

Please sign in to comment.