ParthProLegend commited on
Commit
d609c9d
·
verified ·
1 Parent(s): f581a3a

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #Use public image
2
+ FROM ghcr.io/viren070/aiostreams: latest
3
+ # (Optional) Expose port if your app runs on specific port
4
+ EXPOSE 7860
5
+ ENV PORT=7860