Fix workdir being '/tmp/[/plex]'
Not an array, unfortunately ;)
This commit is contained in:
parent
0cba73928c
commit
3bfc995315
@ -57,6 +57,6 @@ RUN addgroup -g $GID $GNAME \
|
|||||||
|
|
||||||
USER plex
|
USER plex
|
||||||
|
|
||||||
WORKDIR ["/plex"]
|
WORKDIR /plex
|
||||||
|
|
||||||
CMD ["/plex/start_pms"]
|
CMD ["/plex/start_pms"]
|
||||||
|
Loading…
Reference in New Issue
Block a user