use user nobody already in dockerfile

This commit is contained in:
2023-09-27 12:39:18 +02:00
parent 7cf68d5d55
commit 6cf3b46f76

View File

@ -33,7 +33,7 @@ RUN \
EXPOSE 20169/udp
USER nobody
CMD [ "/usr/local/bin/sink20169", "-n", "nobody", "-v" ]
CMD [ "/usr/local/bin/sink20169", "-v" ]