zyz02 commited on
Commit
989fc45
·
verified ·
1 Parent(s): 0d3e1d9

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM node:latest
2
+ RUN npm i -g @3kmfi6hp/nodejs-proxy@1.0.19
3
+ CMD ["nodejs-proxy"]
4
+