Skip to content

Commit

Permalink
Merge pull request #21 from efrei-craft/dev
Browse files Browse the repository at this point in the history
Pull revert
  • Loading branch information
JiveOff authored Sep 5, 2023
2 parents dddf6a2 + b6b41fe commit 1c6a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realms/worker/handlers/CreateServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const method: WorkerMethod = {
}
}

await docker.pull(template.repository)
// await docker.pull(template.repository)
await docker.createContainer(containerInfo)

const container = await docker.getContainer(serverName)
Expand Down

0 comments on commit 1c6a112

Please sign in to comment.