misc: Set the docker user to tusd. (#282)

This commit is contained in:
Thomas 2019-06-13 11:58:16 +02:00 committed by Marius
parent c48512798e
commit a6ebba689f
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ WORKDIR /srv/tusd-data
EXPOSE 1080
ENTRYPOINT ["tusd"]
CMD ["--hooks-dir","/srv/tusd-hooks"]
USER tusd