Skip to content

Commit

Permalink
Merge pull request #1193 from jellyfin/clients-vue/less-verbosity
Browse files Browse the repository at this point in the history
feat(clients/vue): less verbose custom webserver setup
  • Loading branch information
nielsvanvelzen authored Nov 7, 2024
2 parents 852346b + 920c986 commit 952c118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/general/clients/jellyfin-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ volumes:
- _𝘱𝘢𝘵𝘩_:/dest
# This makes the container do nothing and sleep forever,
# frontend will be copied to _𝘱𝘢𝘵𝘩_ and will be served by your web server
# /setup.sh applies
entrypoint: /bin/sh -c '/setup.sh && rm -rf /dest/* && cp -r /usr/share/nginx/html/* /dest && sleep infinity'
command: /bin/sh -c 'rm -rf /dest/* && cp -r . /dest && sleep infinity'
```

Expand Down

0 comments on commit 952c118

Please sign in to comment.