fixed chown on copy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-23 20:44:11 +02:00
parent 42f377f497
commit 31e7d0e50a
2 changed files with 1 additions and 1 deletions

View File

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

0
entrypoint.sh Normal file → Executable file
View File