Drop to nobody from root
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
IamTheFij 2019-06-03 16:00:31 -07:00
parent 8a39181d22
commit 1cb69ad575

View File

@ -16,4 +16,6 @@ COPY ./update_ddns.py ./update_ddns.py
ENV DOMAIN="" ENV DOMAIN=""
USER nobody
CMD [ "/src/start.sh" ] CMD [ "/src/start.sh" ]