Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Jan 17, 2024
1 parent 2b89371 commit 42c6a73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ private Response submitJob(
return response;
}

private GenericContainer<?> createServer(String networkAlias) throws IOException, InterruptedException {
private GenericContainer<?> createServer(String networkAlias)
throws IOException, InterruptedException {
GenericContainer<?> server =
new GenericContainer<>(getDockerImage())
.withNetwork(NETWORK)
Expand Down

0 comments on commit 42c6a73

Please sign in to comment.