Fixing labels
This commit is contained in:
parent
12083a230e
commit
fc6fc3c448
@ -1,7 +1,7 @@
|
|||||||
# Base on latest (edge) alpine image
|
# Base on latest (edge) alpine image
|
||||||
FROM harbor.ervine.dev/library/x86_64/alpine:3.10.5
|
FROM harbor.ervine.dev/library/x86_64/alpine:3.10.5
|
||||||
|
|
||||||
MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
||||||
|
|
||||||
# Install updates
|
# Install updates
|
||||||
# Create mediaservice user
|
# Create mediaservice user
|
||||||
@ -30,5 +30,4 @@ EXPOSE 9090
|
|||||||
|
|
||||||
USER $WATCHER_USER
|
USER $WATCHER_USER
|
||||||
|
|
||||||
CMD [ "/usr/bin/python3", "/watcher3/watcher.py", "--userdata=/config/" ]
|
CMD [ "/usr/bin/python3", "/watcher3/watcher.py", "--userdata /config/", "--log /config/logs/" ]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user