Update Dockerfile to use non root user
[nonrtric.git] / test / http-https-proxy / Dockerfile
index d7a78ad..0043eeb 100644 (file)
@@ -13,4 +13,6 @@ COPY cert/pass .
 WORKDIR /usr/src/app
 COPY http_proxy.js .
 
+USER node
+
 CMD [ "node", "http_proxy.js" ]
\ No newline at end of file