reaby / infoscreen3

info screen for lanparty
MIT License
24 stars 9 forks source link

Docker file has invalid command causing error on build #39

Closed VibroAxe closed 12 months ago

VibroAxe commented 12 months ago

When trying to copy config-default.json the build fails as this file no longer exists

Added new docker-compose.yml file to simplify docker deployment

Uses bind mounts for data to allow persistance between images

Deploy using docker compose up -d --build after editing the .env

reaby commented 12 months ago

Checked that it works nicely. Many thanks for the fix and PR!