ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
234 stars 79 forks source link

Remove bin/yq binary and make bin/deploy use the docker image instead #106

Closed TekExplorer closed 3 years ago

TekExplorer commented 3 years ago

resolves #105

I can understand the wariness of some random binary in a repo, so i didn't see a reason not to make this happen. Not like we wont have docker if this repo is used anyway, right?

Technically one can get rid of the bin folder entirely now, and just have deploy in the root, but i figured if anyone would do that it would be the maintainer, eh?

Made sure it was the right version, and its easy enough to change or pin later anyway.