Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Tracy committed May 27, 2024
1 parent eff6be5 commit 77ad2e2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions workspaces/Minecraft Client/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
"docker_registry": "https://index.docker.io/v1/",
"image_src": "minecraft.png",
"name": "thesudo/kasm-minecraft-client:latest",
"cores": 2,
"memory": 4096,
"run_config": {
"hostname": "minecraft"
},
"exec_config": {
"go": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
},
"assign": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
}
"hostname": "minecraft",
"entrypoint": [
"/usr/bin/minecraft-launcher"
]
},
"exec_config": {},
"categories": [
"Games"
],
Expand Down

0 comments on commit 77ad2e2

Please sign in to comment.