mirror of
https://github.com/spritsail/plex-media-server.git
synced 2025-06-10 13:11:12 +00:00
Fix workdir being '/tmp/[/plex]'
Not an array, unfortunately ;)
This commit is contained in:
@ -57,6 +57,6 @@ RUN addgroup -g $GID $GNAME \
|
||||
|
||||
USER plex
|
||||
|
||||
WORKDIR ["/plex"]
|
||||
WORKDIR /plex
|
||||
|
||||
CMD ["/plex/start_pms"]
|
||||
|
Reference in New Issue
Block a user