username update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-24 08:29:49 +02:00
parent 428e813b58
commit 9f82cd06d3
2 changed files with 10 additions and 14 deletions

View File

@@ -3,9 +3,9 @@ FROM python:3.7
VOLUME ["/in", "/out"]
RUN python -m pip install inotify \
&& adduser mayan --disabled-password --disabled-login --no-create-home --gecos ""
&& adduser copyuser --disabled-password --disabled-login --no-create-home --gecos ""
COPY --chown=mayan:mayan script.py /
COPY --chown=copyuser:copyuser script.py /
COPY entrypoint.sh /
CMD ["/entrypoint.sh"]