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