2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 05:03:53 +00:00

Fix UID and GID

This commit is contained in:
Adam Dodman 2017-05-11 13:58:16 +01:00
parent 0d0dd538c0
commit c3ff5d431a

View File

@ -1,7 +1,7 @@
FROM adamant/busybox
MAINTAINER Adam Dodman <adam.dodman@gmx.com>
ENV UID=787 GID=990
ENV UID=900 GID=900
ADD start_pms.patch /tmp/start_pms.patch
WORKDIR /tmp