Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

fix(docker): fix s6 init run script execution #74

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(docker): fix s6 init run script execution
  • Loading branch information
ReenigneArcher committed Aug 25, 2023
commit 2fbd189db22164d146c4132c32836b36632a6ea1
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ mkdir -p /artifacts
unzip ./artifacts/*.zip -d /artifacts
_BUILD

# apply permissions to s6 run script
RUN chmod +x ./dockermod_root/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-themerr/run

FROM scratch AS deploy

# variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ echo '
║ Themerr-jellyfin, a LizardByte application ║
║ ║
║ Docs: https://docs.lizardbyte.dev/projects/themerr-jellyfin ║
║ Support center: https://app.lizardbyte.dev/#Support
║ Support center: https://app.lizardbyte.dev/support
║ Donate: https://app.lizardbyte.dev/#Donate ║
║ ║
╚═══════════════════════════════════════════════════════════════╝
'

lsiown abc:abc /config/data/plugins/themerr-jellyfin
lsiown abc:abc \
/config/data/plugins/themerr-jellyfin \
/config/data/plugins/themerr-jellyfin/*
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-themerr/run

This file was deleted.

Loading