fix: relocate LiteFS mount to /litefs and use /data for persistent artwork
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m5s

This commit is contained in:
2026-04-27 08:04:06 -07:00
parent f08c715d75
commit 59f406d3b7
4 changed files with 25 additions and 9 deletions

View File

@@ -18,6 +18,9 @@ RUN chmod +x /usr/local/bin/entrypoint.sh
# Copy LiteFS configuration
COPY litefs.yml /etc/litefs.yml
# Create mount points and data directories
RUN mkdir -p /litefs /data
# LiteFS becomes the supervisor.
# It will mount the FUSE fs and then execute the command defined in litefs.yml's exec section.