Pass UNAME as an environment variable

This commit is contained in:
flow.gunso
2019-03-14 23:43:42 +01:00
parent c3bf06460d
commit 14b819789d

View File

@@ -14,7 +14,7 @@ RUN apt-get update ;\
RUN mkdir /.seafile; mkdir /volume; touch supervisord.log
ARG UNAME=seafuser
ENV UNAME=seafuser
ENV UID=1000
ENV GID=1000
RUN groupadd -g $GID -o $UNAME ;\