Skip to content

Commit f9e70c2

Browse files
committed
For docker
1 parent 70d7361 commit f9e70c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/run/DockerWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void executeWithDocker(List<String> containerArgs, File workDir, Pipeline
169169

170170
localBashScript.setExecutable(true);
171171
dockerBashScript.setExecutable(true);
172-
execute(Arrays.asList("/bin/bash", localBashScript.getPath()));
172+
execute(Arrays.asList(localBashScript.getPath()));
173173
}
174174

175175
public void addToDockerEnvironment(String key, String value)

0 commit comments

Comments
 (0)