dreth / Altserver-docker

A dockerized version of AltServer-Linux with Wi-Fi sync capability.
GNU General Public License v3.0
41 stars 10 forks source link

`bin` present in .gitignore and shouldn't be in Dockerfile #1

Closed poopsicles closed 4 months ago

poopsicles commented 4 months ago

pretty much the title, removing it from Dockerfile allows the image to be built correctly

dreth commented 4 months ago

Oh true, since it's already mapped in the docker run command and in the docker compose yaml it's not necessary to have it in the Dockerfile, thanks, good catch!

dreth commented 4 months ago

okay done, I'll add a small gh actions pipeline today to build it so I can catch issues like this, thank you again!