javinizer / Javinizer

(NSFW) Organize your local Japanese Adult Video (JAV) library
MIT License
566 stars 61 forks source link

Docker GUI not pulling from latest module (2.5.8) #306

Closed fumbleone closed 2 years ago

fumbleone commented 2 years ago

Expected Behavior

Pulling latest docker should come with both latest gui and module.

Current Behavior

GUI version is latest (2.5.8) but is missing the latest modules, such as translate_deepl.py from #302

Steps to Reproduce (for bugs)

  1. Start container with

    docker run --name javinizer -p 8600:8600 \
    -v /Volumes/SEAGATE/Documents/javinizer/jvSettings.json:/home/jvSettings.json \
    -v /Volumes/SEAGATE/Documents/javinizer:/home/settings \
    -v ~/Downloads:/home/downloads \
    -d jvlflame/javinizer:latest
  2. Check version to see Javinizer Web GUI v2.5.8-1 image

  3. Go to console and check for modules. Only 2.5.7 is available. image

2.5.7 folder is missing translate_deepl.py and other files from latest release (2.5.8) image

Your Environment

Docker on Mac OS 11.5.2

jvlflame commented 2 years ago

Thanks, you made me realize I pushed the new docker images before the module update went out. It'll be fixed shortly!