fixed chown on copy
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-23 20:44:23 +02:00
parent 42f377f497
commit 31e7d0e50a
2 changed files with 1 additions and 1 deletions
+1 -1
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"]
Regular → Executable
View File