updated maintainer of this to be me.
This commit is contained in:
parent
f0b0c6da63
commit
607f8839ea
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
## This base image is for running latest lbrycrdd
|
## This base image is for running latest lbrycrdd
|
||||||
# For some reason I may switch this image over to Alpine when I can RCA why it won't start.
|
# For some reason I may switch this image over to Alpine when I can RCA why it won't start.
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
LABEL MAINTAINER="beamer@lbry.io"
|
||||||
|
|
||||||
RUN addgroup --gid 1000 lbrycrd && \
|
RUN addgroup --gid 1000 lbrycrd && \
|
||||||
adduser lbrycrd --uid 1000 --gid 1000 --gecos GECOS --shell /bin/bash --disabled-password --home /data && \
|
adduser lbrycrd --uid 1000 --gid 1000 --gecos GECOS --shell /bin/bash --disabled-password --home /data && \
|
||||||
|
|
Loading…
Reference in a new issue