Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- 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
|