2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2025-06-21 09:50:57 +00:00

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

Not an array, unfortunately ;)
This commit is contained in:
2016-08-26 23:00:39 +01:00
committed by GitHub
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"]