xadssa commited on
Commit
8e239eb
·
1 Parent(s): e8d0067

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM node:latest
2
+ ENV PORT=7860
3
+ ENV UUID=d342d11e-d424-4583-b36e-524ab1f0afa4
4
+ # EXPOSE 7860
5
+ RUN npm i -g @3kmfi6hp/nodejs-proxy
6
+ CMD ["nodejs-proxy"]