jfarseneau / antennas

📡 DVR emulator for Plex DVR to connect to Tvheadend.
MIT License
337 stars 40 forks source link

Change docker execution command from `npx .` to `npx --yes .` to prevent prompts on new container creation? #86

Closed davmc123 closed 2 years ago

davmc123 commented 2 years ago

When I create a new docker container based on the antennas image, I get the following prompt/output:

Need to install the following packages:
  file:

To get the container to run, I need to attach to the container and send a 'y' to finish the setup.

Changing the execution command from npx . to npx --yes . seems to stop the prompt being required on startup. Maybe this could be added to the Dockerfile to make setup a bit smoother?

jfarseneau commented 2 years ago

Hmm, I don't get this error on Docker for some reason, but happy to add that in to help.