Skip to content

Instantly share code, notes, and snippets.

@maxerbox
Created June 20, 2022 18:59
Show Gist options
  • Save maxerbox/b682318f92a920462901e142dedf8068 to your computer and use it in GitHub Desktop.
Save maxerbox/b682318f92a920462901e142dedf8068 to your computer and use it in GitHub Desktop.
Terraria no stdin
FROM ryshe/terraria:tshock-latest
ENTRYPOINT [ "/bin/sh", "bootstrap.sh", "-disable-commands" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment