Fix workdir being '/tmp/[/plex]'

Not an array, unfortunately ;)
This commit is contained in:
Joe Groocock 2016-08-26 23:00:39 +01:00 committed by GitHub
parent 0cba73928c
commit 3bfc995315

View File

@ -57,6 +57,6 @@ RUN addgroup -g $GID $GNAME \
USER plex
WORKDIR ["/plex"]
WORKDIR /plex
CMD ["/plex/start_pms"]