mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
fix cmd and entrypoint
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
42f5d5af41
commit
9e0ed97d8c
|
@ -32,5 +32,5 @@ WORKDIR /opt/plexpy
|
|||
EXPOSE 8181
|
||||
|
||||
# Define default command.
|
||||
CMD ["python", "PlexPy.py"]
|
||||
ENTRYPOINT ["--nolaunch", "--datadir=/data"]
|
||||
ENTRYPOINT ["python", "PlexPy.py"]
|
||||
CMD ["--nolaunch", "--datadir=/data"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user