use user nobody already in dockerfile

This commit is contained in:
2023-09-27 12:38:54 +02:00
parent 8817c3fa12
commit 7cf68d5d55

View File

@ -31,6 +31,7 @@ RUN \
mkdir /etc/sink
EXPOSE 20169/udp
USER nobody
CMD [ "/usr/local/bin/sink20169", "-n", "nobody", "-v" ]