Create Dockerfile
Browse files- 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"]
|